Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Fixes issues with adding annotations on tablets #186

Merged
merged 2 commits into from
Jun 27, 2017
Merged

Fix: Fixes issues with adding annotations on tablets #186

merged 2 commits into from
Jun 27, 2017

Conversation

pramodsum
Copy link
Contributor

  • Some listeners were never unbound from the docHighlightDialog which caused issues with the shared mobile dialog
  • Cleaning up some other small things I noticed relating to highlights

this.removeAllListeners('annotationcreate');
this.removeAllListeners('annotationcancel');
this.removeAllListeners('annotationdelete');
this.dialog.removeAllListeners('annotationdraw');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@pramodsum pramodsum merged commit e6e6c3b into box:master Jun 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants