mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Merge pull request 'Fix bug 77309' (#759) from fix/bug77309 into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/web-apps/pulls/759
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