Skip to content

Commit 2d64031

Browse files
committed
Update pagetual.user.js
1 parent 898a2b2 commit 2d64031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Pagetual/pagetual.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8858,6 +8858,7 @@
88588858
if (e.target !== pageText) return;
88598859
if (e.ctrlKey || e.altKey || e.shiftKey || e.metaKey) return;
88608860
e.preventDefault();
8861+
e.stopPropagation();
88618862
let nextEle = pageBar && pageBar.nextElementSibling;
88628863
if (nextEle && nextEle.name == 'pagetual-iframe') {
88638864
if (curForceIframe == nextEle) {

0 commit comments

Comments
 (0)