From de5009512d4523b179d127dfdae54cf607f20605 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 5 Mar 2024 16:14:18 +0800 Subject: [PATCH] :art: Importing Markdown no longer refreshes the entire interface https://github.com/siyuan-note/siyuan/issues/10510 --- kernel/model/import.go | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/model/import.go b/kernel/model/import.go index e02cfd1f4..a05ae33c1 100644 --- a/kernel/model/import.go +++ b/kernel/model/import.go @@ -899,7 +899,6 @@ func ImportFromLocalPath(boxID, localPath string, toPath string) (err error) { } IncSync() - util.ReloadUI() debug.FreeOSMemory() return }