1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-10 05:37:20 +08:00

suppress enter key on media description input field

This commit is contained in:
xenofem 2020-06-28 16:05:22 -04:00
parent 03aa1f3154
commit 529d72c297

View file

@ -270,6 +270,7 @@
v-model="newStatus.mediaDescriptions[file.id]"
type="text"
:placeholder="$t('post_status.media_description')"
@keydown.enter.prevent=""
>
</div>
</div>