From 2068cd40f2bdd642fd3b8dba6ca1647f3d80470b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 27 Jan 2023 13:45:24 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=AF=BC=E5=85=A5=20Markdown=20?= =?UTF-8?q?=E5=92=8C=20`.sy.zip`=20=E6=97=B6=E5=A2=9E=E9=87=8F=E5=BB=BA?= =?UTF-8?q?=E7=AB=8B=E7=B4=A2=E5=BC=95=20https://github.com/siyuan-note/si?= =?UTF-8?q?yuan/issues/7123?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/import.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/model/import.go b/kernel/model/import.go index 1f32ea112..0a14f1f26 100644 --- a/kernel/model/import.go +++ b/kernel/model/import.go @@ -698,7 +698,7 @@ func ImportFromLocalPath(boxID, localPath string, toPath string) (err error) { } IncSync() - ReloadUI() + util.ReloadUI() runtime.GC() return }