Merge pull request #1491 from ONLYOFFICE/fix/fix-select-tools
[DE] Fix select and hand tools
This commit is contained in:
commit
cc14cd0009
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue