Skip to content

Commit

Permalink
Chore: Refactoring annotation mode logic into controllers (#15)
Browse files Browse the repository at this point in the history
* Chore: Refactoring annotation mode logic into controllers
* Chore: Adding controller events as constants
* Chore: Fixing merge conflicts
  • Loading branch information
pramodsum authored Nov 6, 2017
1 parent 3efa19f commit 2be6ba3
Show file tree
Hide file tree
Showing 25 changed files with 1,819 additions and 1,821 deletions.
1 change: 1 addition & 0 deletions src/AnnotationThread.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class AnnotationThread extends EventEmitter {
if (this.dialog && !this.isMobile) {
this.unbindCustomListenersOnDialog();
this.dialog.destroy();
this.dialog = null;
}

if (this.element) {
Expand Down
Loading

0 comments on commit 2be6ba3

Please sign in to comment.