From b5a1cf5bc511e087a9c2a6b297e94b4200364276 Mon Sep 17 00:00:00 2001
From: JuliaSvinareva <Julia.Svinaryova@onlyoffice.com>
Date: Wed, 19 Jan 2022 12:29:35 +0300
Subject: [PATCH] [DE] Fix select and hand tools

---
 apps/documenteditor/main/app/view/Statusbar.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/apps/documenteditor/main/app/view/Statusbar.js b/apps/documenteditor/main/app/view/Statusbar.js
index 5961dc957..95b0d8d17 100644
--- a/apps/documenteditor/main/app/view/Statusbar.js
+++ b/apps/documenteditor/main/app/view/Statusbar.js
@@ -187,13 +187,15 @@ define([
                 this.btnSelectTool = new Common.UI.Button({
                     hintAnchor: 'top',
                     toggleGroup: 'select-tools',
-                    enableToggle: true
+                    enableToggle: true,
+                    allowDepress: false
                 });
 
                 this.btnHandTool = new Common.UI.Button({
                     hintAnchor: 'top',
                     toggleGroup: 'select-tools',
-                    enableToggle: true
+                    enableToggle: true,
+                    allowDepress: false
                 });
 
                 this.btnZoomToPage = new Common.UI.Button({