mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 19:35:27 +08:00
Fix bug 77309
This commit is contained in:
@ -169,7 +169,7 @@ define([
|
||||
this.updateResultsNumber(resultNumber, allResults);
|
||||
}, this));
|
||||
|
||||
this.btnOpenPanelRedact.setVisible(this.mode === 'edit')
|
||||
this.btnOpenPanelRedact && this.btnOpenPanelRedact.setVisible(this.mode === 'edit')
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user