From d5a7af7181bf4029b43b4e58d4202c5d01791e12 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 1 Dec 2017 14:48:41 +0300 Subject: [PATCH] [SSE] Fix Bug 36464. --- apps/documenteditor/main/app/view/LeftMenu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/documenteditor/main/app/view/LeftMenu.js b/apps/documenteditor/main/app/view/LeftMenu.js index 9b08fbb5a..7862d7f9f 100644 --- a/apps/documenteditor/main/app/view/LeftMenu.js +++ b/apps/documenteditor/main/app/view/LeftMenu.js @@ -351,6 +351,7 @@ define([ }, showHistory: function() { + this._state.pluginIsRunning = false; this.panelHistory.show(); this.panelHistory.$el.width((parseInt(Common.localStorage.getItem('de-mainmenu-width')) || MENU_SCALE_PART) - SCALE_MIN); Common.NotificationCenter.trigger('layout:changed', 'history');