fix: Do not close icon picker on choice (#12573)

This commit is contained in:
Tom Moor
2026-06-03 23:24:32 -04:00
committed by GitHub
parent c419c3ab63
commit 0d50f0d60a
-1
View File
@@ -107,7 +107,6 @@ const IconPicker = ({
const handleIconChange = React.useCallback(
(ic: string) => {
setOpen(false);
const icType = determineIconType(ic);
const finalColor = icType === IconType.SVG ? chosenColor : null;
onChange(ic, finalColor);