1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 21:21:21 +02:00

undo and redo transform does not return Transform (#189)

This commit is contained in:
Samy Pessé
2016-07-28 18:02:19 +02:00
committed by Ian Storm Taylor
parent 9bab3b062b
commit d7a839e89d

View File

@@ -340,11 +340,11 @@ Wrap the [`Inline`](./inline.md) nodes in a `range` with a new [`Inline`](./inli
## History Transforms ## History Transforms
### `redo` ### `redo`
`redo() => Transform` `redo() => State`
Move forward one step in the history. Move forward one step in the history.
### `undo` ### `undo`
`undo() => Transform` `undo() => State`
Move backward one step in the history. Move backward one step in the history.