mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Partially refresh the interface after data synchronization https://github.com/siyuan-note/siyuan/issues/8098
This commit is contained in:
parent
e0e40dbad2
commit
bd2e2c78bc
4 changed files with 33 additions and 11 deletions
|
@ -129,6 +129,8 @@ func Serve(fastMode bool) {
|
|||
}
|
||||
}()
|
||||
|
||||
go util.HookUILoaded()
|
||||
|
||||
if err = http.Serve(ln, ginServer); nil != err {
|
||||
if !fastMode {
|
||||
logging.LogErrorf("boot kernel failed: %s", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue