fix lain's bug

This commit is contained in:
Henry Jameson 2020-08-19 00:22:08 +03:00
parent 36c9368ae5
commit 61966d290a

View file

@ -143,6 +143,7 @@
v-model="newStatus.status" v-model="newStatus.status"
:placeholder="placeholder || $t('post_status.default')" :placeholder="placeholder || $t('post_status.default')"
rows="1" rows="1"
cols="1"
:disabled="posting" :disabled="posting"
class="form-post-body" class="form-post-body"
:class="{ 'scrollable-form': !!maxHeight }" :class="{ 'scrollable-form': !!maxHeight }"