[PE] Fix Bug 42721
This commit is contained in:
parent
dfc21b5e2e
commit
f7252d714a
|
@ -421,6 +421,10 @@ define([
|
|||
this.dlgSearch = (new Common.UI.SearchDialog({
|
||||
matchcase: true
|
||||
}));
|
||||
var me = this;
|
||||
Common.NotificationCenter.on('preview:start', function() {
|
||||
me.dlgSearch.hide();
|
||||
});
|
||||
}
|
||||
|
||||
if (show) {
|
||||
|
|
Loading…
Reference in a new issue