Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
workaround for and closes slab#415
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Nov 10, 2015
1 parent 346b4e7 commit 5fce997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/toolbar.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class Toolbar
@quill.focus()
range = @quill.getSelection()
callback(range, value) if range?
@quill.editor.selection.scrollIntoView() if dom.isIE(11)
@preventUpdate = false
return true
)
Expand Down

0 comments on commit 5fce997

Please sign in to comment.