forked from AkkomaGang/akkoma-fe
suppress enter key on media description input field
This commit is contained in:
parent
03aa1f3154
commit
529d72c297
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@
|
|||
v-model="newStatus.mediaDescriptions[file.id]"
|
||||
type="text"
|
||||
:placeholder="$t('post_status.media_description')"
|
||||
@keydown.enter.prevent=""
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue