Skip to content

Commit

Permalink
Merge 75722b0 into 4f99916
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Aug 8, 2020
2 parents 4f99916 + 75722b0 commit 225cd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
Page.prototype.clickHandler = function(e) {
if (1 !== this._which(e)) return;

if (e.metaKey || e.ctrlKey || e.shiftKey) return;
if (e.metaKey || e.ctrlKey || e.shiftKey || e.altKey) return;
if (e.defaultPrevented) return;

// ensure link
Expand Down

0 comments on commit 225cd82

Please sign in to comment.