diff --git a/src/components/ColorPicker.tsx b/src/components/ColorPicker.tsx index c9d3d3ee..6ad68a10 100644 --- a/src/components/ColorPicker.tsx +++ b/src/components/ColorPicker.tsx @@ -204,9 +204,6 @@ const ColorInput = React.forwardRef( onPaste={e => onChange(e.clipboardData.getData("text"))} onBlur={() => setInnerValue(color)} ref={inputRef} - onFocus={e => { - e.target.select(); - }} /> );