mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 21:46:07 +08:00
Fix window resize
This commit is contained in:
@ -1045,9 +1045,6 @@ define([
|
||||
|
||||
Common.NotificationCenter.trigger('document:ready', 'main');
|
||||
me.applyLicense();
|
||||
|
||||
$(window).off('resize');
|
||||
$(window).on('resize', Common.Utils.checkSize);
|
||||
}
|
||||
}, 50);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user