fix lain's bug
This commit is contained in:
parent
36c9368ae5
commit
61966d290a
@ -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 }"
|
||||||
|
Loading…
Reference in New Issue
Block a user