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

Version Packages (#5416)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-09 10:25:04 -07:00
committed by GitHub
parent 01f0210bcc
commit 9a5119849b
3 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
---
'slate': patch
---
`Editor.insertFragment`, `Editor.insertNode`, `Editor.insertText` now accept `options`.
For all insert methods, the default location is now the editor selection if `at` is not defined, or the end of document if `editor.selection` is not defined.