-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(events): ANNOTATION_REMOVED event listener on removing ALL annota…
…tions. (#1236) * Fix ANNOTATION_REMOVED event listener on removing ALL annotations. * I think the tests expect the annotation to be removed BEFORE the event fires * This should work if the removeAnnotation code is correct. * retrigger checks * Move events into annotationState * Make annotationState function more in-line with other functions * make api consistent * api --------- Co-authored-by: Alireza <ar.sedghi@gmail.com>
- Loading branch information
1 parent
5a8f637
commit 5bddf05
Showing
4 changed files
with
89 additions
and
27 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
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