mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 04:20:26 +02:00
Fix broken selection transforms link in editor docs (#5234)
This commit is contained in:
@@ -35,7 +35,7 @@ It is slightly more complex than the others, because it contains all of the top-
|
||||
The `children` property contains the document tree of nodes that make up the editor's content.
|
||||
|
||||
The `selection` property contains the user's current selection, if any.
|
||||
Don't set it directly; use [Transforms.select](04-transforms#selection-transforms)
|
||||
Don't set it directly; use [Transforms.select](04-transforms.md#selection-transforms)
|
||||
|
||||
The `operations` property contains all of the operations that have been applied since the last "change" was flushed. \(Since Slate batches operations up into ticks of the event loop.\)
|
||||
|
||||
|
Reference in New Issue
Block a user