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