enhance(dev): 関数呼び出しの前にスペースを入れることを許可しない
This commit is contained in:
parent
44985ae858
commit
5c48878dc5
2 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,7 @@ let queue = $ref(0);
|
|||
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);
|
||||
watch($$(src), () => queue = 0);
|
||||
|
||||
function queueUpdated(q: number): void {
|
||||
queue = q;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue