@keycloak/keycloak-account-ui 26.0.2 → 26.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13440,7 +13440,9 @@ const Jr = ({
|
|
|
13440
13440
|
},
|
|
13441
13441
|
...m,
|
|
13442
13442
|
onClick: w,
|
|
13443
|
-
onOpenChange: (I) =>
|
|
13443
|
+
onOpenChange: (I) => {
|
|
13444
|
+
I !== g && w();
|
|
13445
|
+
},
|
|
13444
13446
|
selected: i,
|
|
13445
13447
|
onSelect: (I, E) => {
|
|
13446
13448
|
n?.(E || ""), w();
|