mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 14:36:49 +08:00
[PE] Fix Bug 42721
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user