forked from AkkomaGang/akkoma-fe
attempt to fix that one bug with submitting on copy-pasting
This commit is contained in:
parent
aa125072b3
commit
3cfdfec72d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue