fix: svelte check
Some checks failed
Build / build (push) Failing after 37s
Deploy Pipeline / pipeline (push) Failing after 34s
Lint / Lint Code (push) Failing after 28s
Test / Svelte Checks (push) Failing after 35s

This commit is contained in:
Ilia Mashkov
2026-01-14 15:27:41 +03:00
parent c10bbb681a
commit c6b18f6dd3

View File

@@ -32,6 +32,7 @@ let {
let open = $state(false); let open = $state(false);
let triggerRef = $state<HTMLInputElement>(null!); let triggerRef = $state<HTMLInputElement>(null!);
// svelte-ignore state_referenced_locally
const contentId = useId(id); const contentId = useId(id);
function closeAndFocusTrigger() { function closeAndFocusTrigger() {