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: {
|
||||
'newStatus': {
|
||||
deep: true,
|
||||
flush: 'sync',
|
||||
handler () {
|
||||
this.statusChanged()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue