-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DisableGC option to document (#644)
Recently we have implemented multi-user undo/redo feature and added inverse operation for Text.edit. While implementing, we noticed that the inverse operation accessed the removed node by GC. To address this issue, we've added the disableGC option to skip GC temporarily.
- Loading branch information
1 parent
1594345
commit 2a49cfc
Showing
2 changed files
with
43 additions
and
1 deletion.
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