mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-31 00:19:10 +01:00
Merge pull request 'post_status_form: enable sync flush for watcher' (#414) from novenary/akkoma-fe:sticky-drafts into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/414
This commit is contained in:
commit
d3fa5cfad0
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ const PostStatusForm = {
|
||||||
watch: {
|
watch: {
|
||||||
'newStatus': {
|
'newStatus': {
|
||||||
deep: true,
|
deep: true,
|
||||||
|
flush: 'sync',
|
||||||
handler () {
|
handler () {
|
||||||
this.statusChanged()
|
this.statusChanged()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue