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 Oct 19, 2024
1 parent f259bb6 commit 4c2cc61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions searchJumper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -7509,6 +7509,8 @@
startY = e.clientY;
document.addEventListener("mouseup", grabMouseupHandler);
document.addEventListener("mousemove", grabMousemoveHandler);
e.stopPropagation();
e.preventDefault();
}
});
let initWidth, initX;
Expand Down

0 comments on commit 4c2cc61

Please sign in to comment.