mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 12:58:48 +01:00
🎨 Refresh result list after find-replace https://github.com/siyuan-note/siyuan/issues/12437
This commit is contained in:
parent
29a27c3fc4
commit
83952c24cc
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ func FindReplace(keyword, replacement string, replaceTypes map[string]bool, ids
|
|||
util.PushEndlessProgress(fmt.Sprintf(Conf.Language(207), i+1, len(renameRoots)))
|
||||
}
|
||||
|
||||
WaitForWritingFiles()
|
||||
sql.WaitForWritingDatabase()
|
||||
|
||||
reloadTreeIDs = gulu.Str.RemoveDuplicatedElem(reloadTreeIDs)
|
||||
for _, id := range reloadTreeIDs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue