-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logic bugs related to
e1e9427
(#1398)
This commit adds a fallback when attempting to merge events that collide on a hash but do not actually merge. Previously, the latter event would be dropped. This also fixes a minor UX problem where moving the isNull check into the merging loop resulted in extra events in the undo queue that served no purpose and required multiple undo operations without visual feedback. Fixes #1373
- Loading branch information
1 parent
722ef5f
commit 67e192e
Showing
2 changed files
with
54 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