We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HistoryEditor.withNewBatch
1 parent c89468c commit ec7c110Copy full SHA for ec7c110
docs/libraries/slate-history/history-editor.md
@@ -44,6 +44,12 @@ Undo to the previous saved state.
44
Apply a series of changes inside a synchronous `fn`, These operations will
45
be merged into the previous history.
46
47
+#### `HistoryEditor.withNewBatch(editor: HistoryEditor, fn: () => void): void`
48
+
49
+Apply a series of changes inside a synchronous `fn`, ensuring that the first
50
+operation starts a new batch in the history. Subsequent operations will be
51
+merged as usual.
52
53
#### `HistoryEditor.withoutMerging(editor: HistoryEditor, fn: () => void): void`
54
55
Apply a series of changes inside a synchronous `fn`, without merging any of
0 commit comments