disable subject field when posting

This commit is contained in:
Shpuld Shpuldson 2020-06-16 17:34:22 +03:00
parent 8a15900c81
commit fc6ca20a42
2 changed files with 2 additions and 0 deletions

View file

@ -81,6 +81,7 @@
v-model="newStatus.spoilerText"
type="text"
:placeholder="$t('post_status.content_warning')"
:disabled="posting"
class="form-post-subject"
>
</EmojiInput>