mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-19 02:36:07 +01:00
fix preview opening automatically
This commit is contained in:
parent
9ccc6174a7
commit
f7f8181dcf
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,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 a new issue