mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-12-23 20:25:05 +01:00
fix issue on posting another status
This commit is contained in:
parent
e3991db5c4
commit
84d728b970
@ -230,7 +230,8 @@ const PostStatusForm = {
|
||||
files: [],
|
||||
visibility: newStatus.visibility,
|
||||
contentType: newStatus.contentType,
|
||||
poll: {}
|
||||
poll: {},
|
||||
mediaDescriptions: {}
|
||||
}
|
||||
this.pollFormVisible = false
|
||||
this.$refs.mediaUpload.clearFile()
|
||||
@ -240,7 +241,7 @@ const PostStatusForm = {
|
||||
el.style.height = 'auto'
|
||||
el.style.height = undefined
|
||||
this.error = null
|
||||
this.previewStatus()
|
||||
if (this.preview) this.previewStatus()
|
||||
} else {
|
||||
this.error = data.error
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user