reset nsfw on clear
This commit is contained in:
parent
e6f8208fbc
commit
0b14f6b75e
1 changed files with 1 additions and 0 deletions
|
|
@ -610,6 +610,7 @@ const PostStatusForm = {
|
|||
this.newStatus.files = []
|
||||
this.newStatus.poll = null
|
||||
this.newStatus.quote = null
|
||||
this.newStatus.nsfw = this.defaultNewStatus.nsfw
|
||||
this.newStatus.mediaDescriptions = {}
|
||||
this.$refs.mediaUpload && this.$refs.mediaUpload.clearFile()
|
||||
this.clearQuoteForm()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue