Skip to content

Commit

Permalink
fix #997
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Sep 24, 2016
1 parent efdd430 commit c70455d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ class Toolbar extends Module {
Object.keys(this.options.handlers).forEach((format) => {
this.addHandler(format, this.options.handlers[format]);
});
this.container.addEventListener('mousedown', function(e) {
e.preventDefault(); // Prevent blur
});
[].forEach.call(this.container.querySelectorAll('button, select'), (input) => {
this.attach(input);
});
Expand Down

0 comments on commit c70455d

Please sign in to comment.