Daniel
2026-04-20 21:09:41 +08:00
parent 7c182042e7
commit 4bbcc82998

View File

@@ -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
}