fix: color picker input closing problem (#6599)
This commit is contained in:
parent
7bf4de5892
commit
644685a5a8
@ -66,7 +66,6 @@ const ColorPickerPopupContent = ({
|
||||
| "color"
|
||||
| "onChange"
|
||||
| "label"
|
||||
| "label"
|
||||
| "elements"
|
||||
| "palette"
|
||||
| "updateData"
|
||||
@ -100,6 +99,8 @@ const ColorPickerPopupContent = ({
|
||||
container.focus();
|
||||
}
|
||||
|
||||
updateData({ openPopup: null });
|
||||
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user