We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c611d2c commit b0cb78eCopy full SHA for b0cb78e
src/toolbar.coffee
@@ -54,7 +54,7 @@ class Toolbar extends SimpleModule
54
true
55
56
floatInitialized = null
57
- $(@opts.toolbarScrollContainer).on 'resize.simditor-' + @editor.id, (e) ->
+ $(window).on 'resize.simditor-' + @editor.id, (e) ->
58
floatInitialized = initToolbarFloat()
59
60
$(@opts.toolbarScrollContainer).on 'scroll.simditor-' + @editor.id, (e) =>
0 commit comments