stratosphere-ui 1.8.4 → 1.8.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.
- package/dist/stratosphere-ui.js +2 -4
- package/package.json +1 -1
package/dist/stratosphere-ui.js
CHANGED
|
@@ -31198,10 +31198,8 @@ const l$ = ({
|
|
|
31198
31198
|
(V) => V.filter((z, H) => F !== H)
|
|
31199
31199
|
);
|
|
31200
31200
|
return sP(_, () => g(!1)), dn(() => {
|
|
31201
|
-
|
|
31202
|
-
|
|
31203
|
-
return (F = R.current) == null ? void 0 : F.focus();
|
|
31204
|
-
}) : P("");
|
|
31201
|
+
var F;
|
|
31202
|
+
x ? (F = R.current) == null || F.focus() : P("");
|
|
31205
31203
|
}, [x, P]), {
|
|
31206
31204
|
clearSelectedItem: A,
|
|
31207
31205
|
dropdownRef: _,
|