mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 13:59:55 +01:00
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