Vanessa 2023-05-15 13:54:30 +08:00
parent dc1941da3c
commit 15141dde1f
11 changed files with 44 additions and 32 deletions

View file

@ -73,7 +73,7 @@ export const initBar = (app: App) => {
event.stopPropagation();
break;
} else if (target.id === "barSync") {
syncGuide(target);
syncGuide(app);
event.stopPropagation();
break;
} else if (target.id === "barWorkspace") {