Skip to content

Commit d69544a

Browse files
save file
1 parent f42a7ea commit d69544a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
var libs = {};
8585

86-
window.addEventListener('mousedown', e => console.log('Actual Target:', e.composedPath()[0]));
86+
window.addEventListener('mousedown', e => console.log('Actual Target:', e.composedPath()[0]),{capture:true});
8787

8888

8989
//:

0 commit comments

Comments
 (0)