[PE] Fix Bug 38403, Bug 38297
This commit is contained in:
parent
b916f2c302
commit
f3c7fcb4ca
|
@ -337,7 +337,9 @@ define([
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.previewPanel && !this.previewPanel.isVisible() && this.api) {
|
if (this.previewPanel && !this.previewPanel.isVisible() && this.api) {
|
||||||
Common.UI.Menu.Manager.hideAll();
|
setTimeout(function(){
|
||||||
|
Common.UI.Menu.Manager.hideAll();
|
||||||
|
}, 100);
|
||||||
this.previewPanel.show();
|
this.previewPanel.show();
|
||||||
var _onWindowResize = function() {
|
var _onWindowResize = function() {
|
||||||
if (isResized) return;
|
if (isResized) return;
|
||||||
|
|
Loading…
Reference in a new issue