mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 09:47:20 +08:00
Fix Bug 35584.
This commit is contained in:
@ -57,9 +57,9 @@ define([
|
||||
this.addListeners({
|
||||
'Toolbar': {
|
||||
'render:before' : function (toolbar) {
|
||||
var isedit = this.getApplication().getController('Main').appOptions.isEdit;
|
||||
var appOptions = me.getApplication().getController('Main').appOptions;
|
||||
|
||||
if ( isedit ) {
|
||||
if ( appOptions.isEdit && !appOptions.isEditMailMerge && !appOptions.isEditDiagram ) {
|
||||
var tab = {action: 'plugins', caption: me.panelPlugins.groupCaption};
|
||||
var $panel = me.panelPlugins.getPanel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user