mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[pdf] Fix click right button on link
This commit is contained in:
committed by
Ilya Kirillov
parent
b5b69f1112
commit
fe55b45d12
@ -2731,7 +2731,7 @@ var CPresentation = CPresentation || function(){};
|
||||
oController.updateCursorType(pageObject.index, X, Y, e, false);
|
||||
oDrDoc.UnlockCursorType();
|
||||
}
|
||||
else if (this.mouseDownLinkObject && this.mouseDownLinkObject == oMouseUpLink) {
|
||||
else if (e.Button !== 2 && this.mouseDownLinkObject && this.mouseDownLinkObject == oMouseUpLink) {
|
||||
oViewer.navigateToLink(oMouseUpLink);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user