Skip to content

Commit

Permalink
fixes #288
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Sep 1, 2015
1 parent 56ef4ef commit dabd400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/toolbar.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Toolbar
callback(range, value) if range?
@quill.editor.selection.scrollIntoView() if dom.isIE(11)
@preventUpdate = false
return true
return false
)

setActive: (format, value) ->
Expand Down

0 comments on commit dabd400

Please sign in to comment.