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({