fix(CategoryFilter): fix toggle behavior
This commit is contained in:
@@ -129,7 +129,7 @@ const hasSelection = $derived(selectedCount > 0);
|
||||
<Checkbox
|
||||
id={category.id}
|
||||
checked={category.selected}
|
||||
onchange={() => onCategoryToggle(category.id)}
|
||||
onclick={() => onCategoryToggle(category.id)}
|
||||
class="
|
||||
shrink-0 cursor-pointer transition-all duration-150 ease-out
|
||||
data-[state=checked]:scale-100
|
||||
|
||||
Reference in New Issue
Block a user