diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-29 15:03:51 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-29 15:03:51 +0300 |
| commit | 8c2335f84f8eb1df6968ba4fddcbcbd576f0decc (patch) | |
| tree | 051c01c318ca0f02aabef7e8dd5ac1414fcc5130 | |
| parent | 96d2c86d3bc1c26da2ca46ec04fb27a9de348e47 (diff) | |
| parent | 529d72c2970a7eff46cc83e9a8465d8eec8a5dec (diff) | |
conflict whem merging xenofem changes
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 2 |
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> |
