mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
💄
This commit is contained in:
parent
ae01b52ae3
commit
4a71829400
3 changed files with 3 additions and 8 deletions
|
|
@ -112,7 +112,7 @@ export const getSyncCloudList = (cloudPanelElement: Element, reload = false, cb?
|
|||
};
|
||||
|
||||
export const syncGuide = (element?: Element) => {
|
||||
if (element && element.classList.contains("toolbar__item--sync")) {
|
||||
if (element && element.classList.contains("toolbar__item--active")) {
|
||||
return;
|
||||
}
|
||||
if (isMobile()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue