post_status_form: enable sync flush for watcher #414
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