mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
Fixes pasting colors in color picker (#215)
* improve lozenge dimensions * fix pasting colors in color picker input
This commit is contained in:

committed by
GitHub

parent
7bf0184499
commit
5ade8987e4
@ -45,6 +45,7 @@ export function ColorPicker({
|
||||
type="text"
|
||||
className="swatch-input"
|
||||
value={color || ""}
|
||||
onPaste={e => onChange(e.clipboardData.getData("text"))}
|
||||
onChange={e => onChange(e.target.value)}
|
||||
/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user