-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INTERNAL][E] Avoid annotation split handling
Instead of splitting big annotation if we insert new annotation, this handling only uses annotations of size 1 and stores multiple annotations as one entry in the history. Therefore, the split handling is removed and the issue with auto-expanding annotations is fixed. Fix: #32 Furthermore, the history handling for split view is fixed. The old handling assumed that the entries that are removed from the history and have to be removed from the models use the same model as specified in the parameter of insertAnnotation. The new handling uses the model assigned to the annotation to remove the annotation.
- Loading branch information
Showing
3 changed files
with
230 additions
and
112 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
Oops, something went wrong.