diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index da419fd4c..6817c143b 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -9071,7 +9071,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 5b1b48353..7244a99c5 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -9126,7 +9126,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 e2bf316ab..375bc4351 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -392,7 +392,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()