1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 14:11:35 +02:00

Update change.md (#2310)

moveToRangeOf => moveToRangeOfDocument
This commit is contained in:
Max Nesov
2018-10-24 18:11:41 +02:00
committed by Ian Storm Taylor
parent ea6c4dcb08
commit 1032d14ffb

View File

@@ -362,7 +362,7 @@ Move the current selection's anchor point to the start of a `node` and its focus
### `moveToRangeOfDocument` ### `moveToRangeOfDocument`
`moveToRangeOf() => Change` `moveToRangeOfDocument() => Change`
Move the current selection's anchor point to the start of the document and its focus point to the end of the document, selecting everything. Move the current selection's anchor point to the start of the document and its focus point to the end of the document, selecting everything.