feat(FontSearch): make filters open by default

This commit is contained in:
Ilia Mashkov
2026-02-18 16:57:03 +03:00
parent ce1dcd92ab
commit 010b8ad04b

View File

@@ -33,7 +33,7 @@ interface Props {
showFilters?: boolean; showFilters?: boolean;
} }
let { showFilters = $bindable(false) }: Props = $props(); let { showFilters = $bindable(true) }: Props = $props();
onMount(() => { onMount(() => {
/** /**