fix lint
This commit is contained in:
parent
3f6f6a49b6
commit
1062371296
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ const rootEl = $shallowRef<HTMLElement>();
|
||||||
let srcWhenNotSignin = $ref(isLocalTimelineAvailable ? 'local' : 'global');
|
let srcWhenNotSignin = $ref(isLocalTimelineAvailable ? 'local' : 'global');
|
||||||
const src = $computed({ get: () => ($i ? defaultStore.reactiveState.tl.value.src : srcWhenNotSignin), set: (x) => saveSrc(x) });
|
const src = $computed({ get: () => ($i ? defaultStore.reactiveState.tl.value.src : srcWhenNotSignin), set: (x) => saveSrc(x) });
|
||||||
|
|
||||||
watch ($$(src), () => queue = 0);
|
|
||||||
|
|
||||||
function top(): void {
|
function top(): void {
|
||||||
tlComponent?.reload();
|
tlComponent?.reload();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue