Skip to content

Commit

Permalink
fix #1468
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed May 28, 2017
1 parent 430b936 commit 9dc3b58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions themes/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ class BaseTheme extends Theme {
picker.update();
});
};
this.quill.on(Emitter.events.SELECTION_CHANGE, update)
.on(Emitter.events.SCROLL_OPTIMIZE, update);
this.quill.on(Emitter.events.EDITOR_CHANGE, update);
}
}
BaseTheme.DEFAULTS = extend(true, {}, Theme.DEFAULTS, {
Expand Down

0 comments on commit 9dc3b58

Please sign in to comment.