mirror of
https://github.com/siyuan-note/siyuan
synced 2026-04-21 13:37:52 +00:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
7c182042e7
commit
4bbcc82998
1 changed files with 4 additions and 1 deletions
|
|
@ -244,7 +244,10 @@ func NetAssets2LocalAssets(rootID string, onlyImg bool, originalURL string) (err
|
|||
}
|
||||
|
||||
err = netAssets2LocalAssets0(tree, onlyImg, originalURL, assetsDirPath, true)
|
||||
ReloadProtyle(rootID)
|
||||
go func() {
|
||||
time.Sleep(128 * time.Microsecond)
|
||||
ReloadProtyle(rootID)
|
||||
}()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue