Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jul 9, 2024
1 parent e7b254e commit 010afeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/drawer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Drawer({ open, scope }: { open: boolean; scope: string }
id="trails"
type="checkbox"
checked={!state?.hideTrails}
onClick={() => setState({ ...state, hideTrails: !state.hideTrails })}
onChange={() => setState({ ...state, hideTrails: !state.hideTrails })}
/>
{" "}
Show mouse trails?
Expand Down

0 comments on commit 010afeb

Please sign in to comment.