mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 16:35:17 +08:00
[SSE] Fix search in mail merge editor
This commit is contained in:
@ -878,7 +878,8 @@ define([
|
||||
this.leftMenu.btnSearch.toggle(true,true);
|
||||
this.leftMenu.btnAbout.toggle(false);
|
||||
|
||||
this.leftMenu.menuFile.hide();
|
||||
if ( this.leftMenu.menuFile.isVisible() )
|
||||
this.leftMenu.menuFile.hide();
|
||||
}
|
||||
return false;
|
||||
case 'save':
|
||||
|
||||
Reference in New Issue
Block a user