We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b254e commit 010afebCopy full SHA for 010afeb
src/components/drawer/index.tsx
@@ -39,7 +39,7 @@ export default function Drawer({ open, scope }: { open: boolean; scope: string }
39
id="trails"
40
type="checkbox"
41
checked={!state?.hideTrails}
42
- onClick={() => setState({ ...state, hideTrails: !state.hideTrails })}
+ onChange={() => setState({ ...state, hideTrails: !state.hideTrails })}
43
/>
44
{" "}
45
Show mouse trails?
0 commit comments