This commit is contained in:
tamaina 2023-07-18 01:29:33 +00:00
parent 3f6f6a49b6
commit 1062371296
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ const rootEl = $shallowRef<HTMLElement>();
let srcWhenNotSignin = $ref(isLocalTimelineAvailable ? 'local' : 'global');
const src = $computed({ get: () => ($i ? defaultStore.reactiveState.tl.value.src : srcWhenNotSignin), set: (x) => saveSrc(x) });
watch ($$(src), () => queue = 0);
function top(): void {
tlComponent?.reload();
}