Allow ctrl+enter posting when focused on alt text
This commit is contained in:
parent
28d5a55352
commit
d480429896
2 changed files with 7 additions and 0 deletions
|
@ -255,6 +255,7 @@
|
|||
:placeholder="$t('post_status.media_description')"
|
||||
rows="1"
|
||||
cols="1"
|
||||
@keydown.ctrl.enter="postStatus()"
|
||||
@input="resize"
|
||||
/>
|
||||
<p v-else>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue