We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9796c9 commit 0db08f4Copy full SHA for 0db08f4
apps/client/src/menus/custom-items/NoteColorPicker.tsx
@@ -125,7 +125,7 @@ function CustomColorCell(props: ColorCellProps) {
125
const isSafari = useRef(/^((?!chrome|android).)*safari/i.test(navigator.userAgent));
126
127
useEffect(() => {
128
- colorInputDebouncer.current = new Debouncer(500, (color) => {
+ colorInputDebouncer.current = new Debouncer(250, (color) => {
129
callbackRef.current?.(color);
130
setPickedColor(color);
131
});
0 commit comments