Browse Source

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

Liang Ding 2 năm trước cách đây
mục cha
commit
2068cd40f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }