Merge pull request #1491 from ONLYOFFICE/fix/fix-select-tools

[DE] Fix select and hand tools
This commit is contained in:
Julia Radzhabova 2022-01-19 12:43:09 +03:00 committed by GitHub
commit cc14cd0009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,13 +187,15 @@ define([
this.btnSelectTool = new Common.UI.Button({ this.btnSelectTool = new Common.UI.Button({
hintAnchor: 'top', hintAnchor: 'top',
toggleGroup: 'select-tools', toggleGroup: 'select-tools',
enableToggle: true enableToggle: true,
allowDepress: false
}); });
this.btnHandTool = new Common.UI.Button({ this.btnHandTool = new Common.UI.Button({
hintAnchor: 'top', hintAnchor: 'top',
toggleGroup: 'select-tools', toggleGroup: 'select-tools',
enableToggle: true enableToggle: true,
allowDepress: false
}); });
this.btnZoomToPage = new Common.UI.Button({ this.btnZoomToPage = new Common.UI.Button({