浏览代码

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

Liang Ding 2 年之前
父节点
当前提交
2068cd40f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/model/import.go

+ 1 - 1
kernel/model/import.go

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