Merge branch 'release/v8.1.0' into feature/slide-master

This commit is contained in:
Julia.Svinareva
2024-06-06 10:35:10 +03:00
539 changed files with 34117 additions and 8676 deletions

View File

@ -214,11 +214,6 @@ define([
},
enablePlugins: function() {
if (this.mode.canPlugins) {
// this.leftMenu.btnPlugins.show();
this.leftMenu.setOptionsPanel('plugins', this.getApplication().getController('Common.Controllers.Plugins').getView('Common.Views.Plugins'));
} else
this.leftMenu.btnPlugins.hide();
(this.mode.trialMode || this.mode.isBeta) && this.leftMenu.setDeveloperMode(this.mode.trialMode, this.mode.isBeta, this.mode.buildVersion);
},
@ -254,6 +249,7 @@ define([
break;
case 'history':
if (!this.leftMenu.panelHistory.isVisible()) {
Common.NotificationCenter.trigger('animpane:close');
if (this.api.isDocumentModified()) {
var me = this;
this.api.asc_stopSaving();