mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 15:12:33 +01:00
This commit is contained in:
parent
b63301c821
commit
3ae8e53b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ export const onMessage = (app: App, data: IWebSocketData) => {
|
|||
break;
|
||||
case"syncing":
|
||||
processSync(data);
|
||||
if (data.code !== 0) {
|
||||
if (data.code === 1) {
|
||||
document.getElementById("toolbarSync").classList.add("fn__none");
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue