fix lint
This commit is contained in:
parent
3f6f6a49b6
commit
1062371296
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue