🎨 Importing Markdown no longer refreshes the entire interface https://github.com/siyuan-note/siyuan/issues/10510

This commit is contained in:
Daniel 2024-03-05 16:14:18 +08:00
parent 8dde66e4cb
commit de5009512d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -899,7 +899,6 @@ func ImportFromLocalPath(boxID, localPath string, toPath string) (err error) {
}
IncSync()
util.ReloadUI()
debug.FreeOSMemory()
return
}