mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 23:46:13 +01:00
🚨
This commit is contained in:
parent
c8b05a6b96
commit
ac8748d161
13 changed files with 36 additions and 36 deletions
|
|
@ -11,7 +11,7 @@ export const onMessage = (data: IWebSocketData) => {
|
|||
case"syncing":
|
||||
processSync(data);
|
||||
if (data.code !== 0) {
|
||||
document.getElementById("transactionTip").classList.add("fn__none")
|
||||
document.getElementById("transactionTip").classList.add("fn__none");
|
||||
}
|
||||
break;
|
||||
case "create":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue