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

Documents use of Editor.withoutNormalizing in conjunction with normalization (#4737)

This commit is contained in:
Doug Reeder
2021-12-17 00:15:22 -05:00
committed by GitHub
parent 3c07a8706e
commit 5d3eccf262
3 changed files with 41 additions and 1 deletions

View File

@@ -365,6 +365,7 @@ Options: `{force?: boolean}`
#### `Editor.withoutNormalizing(editor: Editor, fn: () => void) => void`
Call a function, deferring normalization until after it completes.
See [Normalization - Implications for Other Code](./11-normalizing.md#implications-for-other-code);
## Instance Methods