mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 09:47:17 +08:00
[SSE] Fix search in mail merge mode
This commit is contained in:
@ -1317,7 +1317,11 @@ define([
|
||||
},
|
||||
|
||||
searchShow: function () {
|
||||
if (this.toolbar.btnSearch && this.searchBar && !this.searchBar.isVisible()) {
|
||||
if (this.toolbar.btnSearch) {
|
||||
if (this.searchBar && this.searchBar.isVisible()) {
|
||||
this.searchBar.focus();
|
||||
return;
|
||||
}
|
||||
this.toolbar.btnSearch.toggle(true);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user