[DE] Fix select and hand tools

This commit is contained in:
JuliaSvinareva 2022-01-19 12:29:35 +03:00
parent f5cc227192
commit b5a1cf5bc5

View file

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