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:
committed by
Ian Storm Taylor
parent
9bab3b062b
commit
d7a839e89d
@@ -340,11 +340,11 @@ Wrap the [`Inline`](./inline.md) nodes in a `range` with a new [`Inline`](./inli
|
||||
## History Transforms
|
||||
|
||||
### `redo`
|
||||
`redo() => Transform`
|
||||
`redo() => State`
|
||||
|
||||
Move forward one step in the history.
|
||||
|
||||
### `undo`
|
||||
`undo() => Transform`
|
||||
`undo() => State`
|
||||
|
||||
Move backward one step in the history.
|
||||
|
Reference in New Issue
Block a user