Skip to content

Commit

Permalink
Update searchJumper.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Sep 16, 2024
1 parent 07abf6d commit 546457c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions searchJumper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -14009,6 +14009,7 @@
}, 300);
};
document.addEventListener('touchstart', e => {
if (e.isTrusted === false) return;
touchstartEvent = e;
document.addEventListener('selectionchange', selectionchange);
});
Expand Down

0 comments on commit 546457c

Please sign in to comment.