animation strip

This commit is contained in:
Vincent van der Wal
2026-08-01 17:13:44 +02:00
parent d7fe0bafc8
commit 49e011c20b
5 changed files with 47 additions and 21 deletions
@@ -94,7 +94,7 @@
$effect(() => {
const model = params.models?.[0];
if (!mounted || !model) return;
syncSearchParams($page.url, { model });
syncSearchParams(get(page).url, { model });
});
// components persist across refetches; entries are null while unmounted