[PE] Fix Bug 42721

This commit is contained in:
Julia Radzhabova 2019-09-05 16:55:21 +03:00
parent dfc21b5e2e
commit f7252d714a

View file

@ -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) {