feat(FontSearch): make filters open by default
This commit is contained in:
@@ -33,7 +33,7 @@ interface Props {
|
|||||||
showFilters?: boolean;
|
showFilters?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
let { showFilters = $bindable(false) }: Props = $props();
|
let { showFilters = $bindable(true) }: Props = $props();
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user