aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-06-29 15:03:51 +0300
committerShpuld Shpuldson <shp@cock.li>2020-06-29 15:03:51 +0300
commit8c2335f84f8eb1df6968ba4fddcbcbd576f0decc (patch)
tree051c01c318ca0f02aabef7e8dd5ac1414fcc5130 /src
parent96d2c86d3bc1c26da2ca46ec04fb27a9de348e47 (diff)
parent529d72c2970a7eff46cc83e9a8465d8eec8a5dec (diff)
conflict whem merging xenofem changes
Diffstat (limited to 'src')
-rw-r--r--src/components/post_status_form/post_status_form.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index a33e1a59..0b79c9d8 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -255,7 +255,7 @@
v-model="newStatus.mediaDescriptions[file.id]"
type="text"
:placeholder="$t('post_status.media_description')"
- @keydown.prevent.enter=""
+ @keydown.enter.prevent=""
>
</div>
</div>