slate-react@0.101.0
·
228 commits
to main
since this release
Minor Changes
- #5527
fc081816Thanks @skogsmaskin! - Fixes a bug withReactEditor.focuswhere it would throw an error if the editor was in the middle of applying pending operations.
With this change, setting focus will be retried until the editor no longer has any pending operations.
CallingReactEditor.focuson a editor without a current selection, will now make a selection in the top of the document.