From 5a22979ba53048ff1780b32a84df4480be64d2e8 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 21 Nov 2024 22:36:39 +0300 Subject: [PATCH] [PE] Refactoring --- apps/presentationeditor/main/app/view/ViewTab.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/presentationeditor/main/app/view/ViewTab.js b/apps/presentationeditor/main/app/view/ViewTab.js index f50cb6b47b..155fa80465 100644 --- a/apps/presentationeditor/main/app/view/ViewTab.js +++ b/apps/presentationeditor/main/app/view/ViewTab.js @@ -51,11 +51,11 @@ define([ '' + '' + '
' + - '
' + + '
' + '' + '' + '
' + - '
' + + '
' + '
' + '
' + '' + @@ -547,7 +547,7 @@ define([ me.$el.find('.slide-master-separator').remove(); } if (config.isEdit || config.isRestrictedEdit) { - me.$el.find('.group-tool-select').remove(); + me.$el.find('#slot-btn-hand-tool').closest('.group').next().addBack().remove(); } if (Common.UI.Themes.available()) {