diff options
| author | Henry Jameson <me@hjkos.com> | 2020-08-19 00:22:08 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-08-19 00:22:08 +0300 |
| commit | 61966d290ae87b9aadd530ef180fc191d75e77d2 (patch) | |
| tree | 3a1871c242363c1ff57b1b6dcc1cc40d59bc45fd /src | |
| parent | 36c9368ae5b70098c12f86de8e15a23dd5fbc264 (diff) | |
fix lain's bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 7ee9e748..520c03ea 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -143,6 +143,7 @@ v-model="newStatus.status" :placeholder="placeholder || $t('post_status.default')" rows="1" + cols="1" :disabled="posting" class="form-post-body" :class="{ 'scrollable-form': !!maxHeight }" |
