diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-16 17:34:22 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-16 17:34:22 +0300 |
| commit | fc6ca20a42ff699ac08e22af4d5f5659d2726115 (patch) | |
| tree | e4e134c1661bfac06e64ed17083180cf83264c2f /src | |
| parent | 8a15900c81eb6d1e1ec7f5f77868211f4da354e0 (diff) | |
disable subject field when posting
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 c4d7f7e2..e3d8d087 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -81,6 +81,7 @@ v-model="newStatus.spoilerText" type="text" :placeholder="$t('post_status.content_warning')" + :disabled="posting" class="form-post-subject" > </EmojiInput> |
