[PE] Fix Bug 38403, Bug 38297

This commit is contained in:
Julia Radzhabova 2018-08-06 14:28:19 +03:00
parent b916f2c302
commit f3c7fcb4ca

View file

@ -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;