Skip to content

Commit

Permalink
remote toggling for color-picker on color picking
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed May 30, 2024
1 parent 0883e86 commit 444c235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ConfigurationPage/settings/ColorPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default function ColorPicker({ value, onChange }) {
color={value}
onChange={(newValue) => {
onChange(newValue);
toggle(!isOpen);
}}
/>
<input
Expand Down

0 comments on commit 444c235

Please sign in to comment.