Skip to content

Commit

Permalink
CHG: rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
farthinker committed Jul 22, 2019
1 parent 2d002a1 commit 88b3e80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/simditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ Toolbar = (function(superClass) {
};
})(this);
floatInitialized = null;
$(this.opts.toolbarScrollContainer).on('resize.simditor-' + this.editor.id, function(e) {
$(window).on('resize.simditor-' + this.editor.id, function(e) {
return floatInitialized = initToolbarFloat();
});
$(this.opts.toolbarScrollContainer).on('scroll.simditor-' + this.editor.id, (function(_this) {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/assets/scripts/simditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ Toolbar = (function(superClass) {
};
})(this);
floatInitialized = null;
$(this.opts.toolbarScrollContainer).on('resize.simditor-' + this.editor.id, function(e) {
$(window).on('resize.simditor-' + this.editor.id, function(e) {
return floatInitialized = initToolbarFloat();
});
$(this.opts.toolbarScrollContainer).on('scroll.simditor-' + this.editor.id, (function(_this) {
Expand Down

0 comments on commit 88b3e80

Please sign in to comment.