Skip to content

Commit 88b3e80

Browse files
committed
CHG: rebuild
1 parent 2d002a1 commit 88b3e80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/simditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,7 @@ Toolbar = (function(superClass) {
19771977
};
19781978
})(this);
19791979
floatInitialized = null;
1980-
$(this.opts.toolbarScrollContainer).on('resize.simditor-' + this.editor.id, function(e) {
1980+
$(window).on('resize.simditor-' + this.editor.id, function(e) {
19811981
return floatInitialized = initToolbarFloat();
19821982
});
19831983
$(this.opts.toolbarScrollContainer).on('scroll.simditor-' + this.editor.id, (function(_this) {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/assets/scripts/simditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ Toolbar = (function(superClass) {
19721972
};
19731973
})(this);
19741974
floatInitialized = null;
1975-
$(this.opts.toolbarScrollContainer).on('resize.simditor-' + this.editor.id, function(e) {
1975+
$(window).on('resize.simditor-' + this.editor.id, function(e) {
19761976
return floatInitialized = initToolbarFloat();
19771977
});
19781978
$(this.opts.toolbarScrollContainer).on('scroll.simditor-' + this.editor.id, (function(_this) {

0 commit comments

Comments
 (0)