diff --git a/apps/common/main/lib/component/HintManager.js b/apps/common/main/lib/component/HintManager.js index e767d7d11..b96cde2d2 100644 --- a/apps/common/main/lib/component/HintManager.js +++ b/apps/common/main/lib/component/HintManager.js @@ -524,6 +524,9 @@ Common.UI.HintManager = new(function() { if (curr.parent().prop('id') === 'slot-btn-chat') { _nextLevel(1); _setCurrentSection(undefined, $('#left-menu.hint-section')); + } else if (curr.prop('id') === 'id-right-menu-signature') { + _nextLevel(2); + _setCurrentSection(curr); } else { _nextLevel(); _setCurrentSection(curr); diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index aa6187883..9b93c105d 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -1848,8 +1848,8 @@ define([ '', '', '', - '', - '', + '', + '', '', '' ].join('')); diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index 7f1c7992d..8e2d1c1ed 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -1584,8 +1584,8 @@ define([ '', '', '', - '', - '', + '', + '', '', '' ].join('')); diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index 842243220..98faa8010 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -2546,8 +2546,8 @@ define([ '', '', '', - '', - '', + '', + '', '', '' ].join(''));