mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 15:42:34 +01:00
🎨 Improve data synchronization perception https://github.com/siyuan-note/siyuan/issues/13000
This commit is contained in:
parent
b6dd1a788f
commit
fc50b864ad
3 changed files with 5 additions and 4 deletions
|
|
@ -805,7 +805,8 @@ func connectSyncWebSocket() {
|
|||
data := result.Data.(map[string]interface{})
|
||||
switch data["cmd"].(string) {
|
||||
case "synced":
|
||||
syncData(false, false)
|
||||
// Improve data synchronization perception https://github.com/siyuan-note/siyuan/issues/13000
|
||||
SyncDataDownload()
|
||||
case "kernels":
|
||||
onlineKernelsLock.Lock()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue