diff --git a/src/Posting/QuickReply.coffee b/src/Posting/QuickReply.coffee index 3cd512ceb..ded1b3ae3 100755 --- a/src/Posting/QuickReply.coffee +++ b/src/Posting/QuickReply.coffee @@ -497,7 +497,7 @@ QR = post.setFile file openFileInput: (e) -> - return if e.keyCode and e.keyCode isnt 32 + return if e.keyCode and not [32, 13].contains e.keyCode e.stopPropagation() if e.shiftKey and e.type is 'click' return QR.selected.rmFile()