mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Remove select color input on click (#708)
This commit is contained in:
parent
e79d9f5676
commit
27a1217981
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue