Skip to content

Commit 72bb0a2

Browse files
committed
Update X-Downloader.user.js
1 parent 50faed9 commit 72bb0a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

X-Downloader/X-Downloader.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
}
8181
});
8282
downloadBtn.addEventListener("click", e => {
83-
if (e.altKey) {
83+
if (e.altKey || touch) {
8484
e.preventDefault();
8585
e.stopPropagation();
8686
}

0 commit comments

Comments
 (0)