Skip to content
Snippets Groups Projects
Commit 529d72c2 authored by xenofem's avatar xenofem
Browse files

suppress enter key on media description input field

parent 03aa1f31
Branches
No related tags found
No related merge requests found
......@@ -270,6 +270,7 @@
v-model="newStatus.mediaDescriptions[file.id]"
type="text"
:placeholder="$t('post_status.media_description')"
@keydown.enter.prevent=""
>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment