diff --git a/apps/spreadsheeteditor/main/app/view/LeftMenu.js b/apps/spreadsheeteditor/main/app/view/LeftMenu.js index a8e8ab01db..08ea34e182 100644 --- a/apps/spreadsheeteditor/main/app/view/LeftMenu.js +++ b/apps/spreadsheeteditor/main/app/view/LeftMenu.js @@ -297,6 +297,7 @@ define([ this.btnSearchBar.toggle(false, true); } this.toggleActivePluginButton(false); + Common.NotificationCenter.trigger('layout:changed', 'leftmenu'); }, isOpened: function() {