post_status_form: enable sync flush for watcher #414

Merged
floatingghost merged 1 commit from novenary/akkoma-fe:sticky-drafts into develop 2025-01-05 15:52:26 +00:00
Showing only changes of commit ef242a1ddd - Show all commits

View file

@ -329,6 +329,7 @@ const PostStatusForm = {
watch: { watch: {
'newStatus': { 'newStatus': {
deep: true, deep: true,
flush: 'sync',
handler () { handler () {
this.statusChanged() this.statusChanged()
} }