🎨 导入 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
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

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