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

This commit is contained in:
Henry Jameson 2020-06-10 11:18:07 +03:00
parent aa125072b3
commit 3cfdfec72d
1 changed files with 1 additions and 1 deletions

View File

@ -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"