🎨 导入 Markdown 和 .sy.zip 时增量建立索引 https://github.com/siyuan-note/siyuan/issues/7123

This commit is contained in:
Liang Ding
2023-01-27 13:45:24 +08:00
parent ce45575740
commit 2068cd40f2

View File

@@ -698,7 +698,7 @@ func ImportFromLocalPath(boxID, localPath string, toPath string) (err error) {
}
IncSync()
ReloadUI()
util.ReloadUI()
runtime.GC()
return
}