diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index ad45766b3..e0227ad78 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -6413,7 +6413,7 @@ return post.setFile(file); } }, - openFileInput: function() { + openFileInput: function(e) { var _ref; e.stopPropagation(); if (e.shiftKey && e.type === 'click') { diff --git a/builds/crx/script.js b/builds/crx/script.js index 384165c65..c05435dd7 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -6469,7 +6469,7 @@ return post.setFile(file); } }, - openFileInput: function() { + openFileInput: function(e) { var _ref; e.stopPropagation(); if (e.shiftKey && e.type === 'click') { diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 151d02db2..a4ea8ca58 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -396,7 +396,7 @@ QR = post.pasteText file else post.setFile file - openFileInput: -> + openFileInput: (e) -> e.stopPropagation() if e.shiftKey and e.type is 'click' return QR.selected.rmFile()