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
1 changed files with 1 additions and 0 deletions

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>