We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50faed9 commit 72bb0a2Copy full SHA for 72bb0a2
1 file changed
X-Downloader/X-Downloader.user.js
@@ -80,7 +80,7 @@
80
}
81
});
82
downloadBtn.addEventListener("click", e => {
83
- if (e.altKey) {
+ if (e.altKey || touch) {
84
e.preventDefault();
85
e.stopPropagation();
86
0 commit comments