mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
[PE] Fix Bug 38403, Bug 38297
This commit is contained in:
@ -337,7 +337,9 @@ define([
|
||||
}
|
||||
|
||||
if (this.previewPanel && !this.previewPanel.isVisible() && this.api) {
|
||||
Common.UI.Menu.Manager.hideAll();
|
||||
setTimeout(function(){
|
||||
Common.UI.Menu.Manager.hideAll();
|
||||
}, 100);
|
||||
this.previewPanel.show();
|
||||
var _onWindowResize = function() {
|
||||
if (isResized) return;
|
||||
|
||||
Reference in New Issue
Block a user