Skip to content
Snippets Groups Projects
Commit 3cfdfec7 authored by HJ's avatar HJ :fire:
Browse files

attempt to fix that one bug with submitting on copy-pasting

parent aa125072
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@
:disabled="posting"
class="form-post-body"
@keydown.meta.enter="postStatus(newStatus)"
@keyup.ctrl.enter="postStatus(newStatus)"
@keydown.ctrl.enter="postStatus(newStatus)"
@drop="fileDrop"
@dragover.prevent="fileDrag"
@input="resize"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment