-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(text editor): handle list changes with no selection
- instead of converting list nodes and creating extra transactions we limit functionality - transactions can quickly become out of sync and preserving the content of the text editor can become tricky - instead our approach will be to limit what users can do by implementing conditional access to commands - this conditional access will be in a separate PR
- Loading branch information
1 parent
fba00f3
commit 8eb4802
Showing
2 changed files
with
75 additions
and
39 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
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