mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-25 18:14:58 +00:00
chore: generate
This commit is contained in:
@@ -72,12 +72,7 @@ export function ToolStatusTitle(props: {
|
||||
})
|
||||
}
|
||||
|
||||
createEffect(
|
||||
on(
|
||||
[() => props.active, activeTail, doneTail, suffix],
|
||||
() => schedule(),
|
||||
),
|
||||
)
|
||||
createEffect(on([() => props.active, activeTail, doneTail, suffix], () => schedule()))
|
||||
|
||||
onMount(() => {
|
||||
measure()
|
||||
|
||||
Reference in New Issue
Block a user