mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -402,9 +402,9 @@ func FindReplace(keyword, replacement string, ids []string, paths, boxes []strin
|
||||
}
|
||||
|
||||
WaitForWritingFiles()
|
||||
if 1 < len(ids) {
|
||||
if 0 < len(ids) {
|
||||
go func() {
|
||||
time.Sleep(time.Second)
|
||||
time.Sleep(time.Millisecond * 500)
|
||||
util.ReloadUI()
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user