From 981ce99e64a51f8f722609e8d5015fdb6f51690b Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 16 Nov 2017 17:03:05 +0300 Subject: [PATCH] [DE] View signatures in the right panel. --- apps/documenteditor/main/app/view/FileMenuPanels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 5dbf4eb74b..0d4d5e2699 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -1220,8 +1220,8 @@ define([ }, onView: function() { - this.menu && this.menu.hide(); + DE.getController('RightMenu').rightmenu.SetActivePane(Common.Utils.documentSettingsType.Signature, true); }, updateSignatures: function(){