mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
This commit is contained in:
parent
1d142c9df1
commit
f2a53014fb
16 changed files with 32 additions and 18 deletions
|
|
@ -61,7 +61,7 @@ export const bindSyncCloudListEvent = (cloudPanelElement: Element, cb?: () => vo
|
|||
window.siyuan.config.sync.cloudName = response.data;
|
||||
getSyncCloudList(cloudPanelElement, true, cb);
|
||||
});
|
||||
});
|
||||
}, undefined, true);
|
||||
break;
|
||||
case "selectCloud":
|
||||
cloudPanelElement.innerHTML = '<img style="margin: 0 auto;display: block;width: 64px;height: 100%" src="/stage/loading-pure.svg">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue