-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when trying to grab selection of a void node while read only (
#3894) * fix(react-editor): text node spacer can be non-existant if editor is in readonly mode * v0.59.1 * Revert "v0.59.1" This reverts commit 58cb7f1. * Update react-editor.ts * Update react-editor.ts * Create rude-lemons-crash.md Co-authored-by: Ian Storm Taylor <ian@ianstormtaylor.com>
- Loading branch information
1 parent
e344f47
commit 7fe41f1
Showing
2 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'slate-react': patch | ||
--- | ||
|
||
Fixed an error that happened when selecting void nodes in a read-only editor. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters