Skip to content

Commit 010afeb

Browse files
committed
clean up
1 parent e7b254e commit 010afeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/drawer/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function Drawer({ open, scope }: { open: boolean; scope: string }
3939
id="trails"
4040
type="checkbox"
4141
checked={!state?.hideTrails}
42-
onClick={() => setState({ ...state, hideTrails: !state.hideTrails })}
42+
onChange={() => setState({ ...state, hideTrails: !state.hideTrails })}
4343
/>
4444
{" "}
4545
Show mouse trails?

0 commit comments

Comments
 (0)