Skip to content
Snippets Groups Projects

disable subject field when posting #868

Merged Shpuld Shpludson requested to merge fix/disable-subject-when-posting into develop
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -81,6 +81,7 @@
v-model="newStatus.spoilerText"
type="text"
:placeholder="$t('post_status.content_warning')"
:disabled="posting"
class="form-post-subject"
>
</EmojiInput>
Loading