🎨 Refresh result list after find-replace https://github.com/siyuan-note/siyuan/issues/12437

This commit is contained in:
Daniel 2024-09-15 11:23:37 +08:00
parent b0e55a5f6c
commit 6d8319b13f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -798,6 +798,7 @@ func FindReplace(keyword, replacement string, replaceTypes map[string]bool, ids
refreshProtyle(id)
}
sql.WaitForWritingDatabase()
util.PushClearProgress()
return
}