@plasmicpkgs/react-aria 0.0.92 → 0.0.93

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.
@@ -3335,7 +3335,7 @@ function SelectAutoOpen(props) {
3335
3335
  setTimeout(() => {
3336
3336
  var _a2, _b;
3337
3337
  (_b = (_a2 = window.parent.document.activeElement) == null ? void 0 : _a2.blur) == null ? void 0 : _b.call(_a2);
3338
- });
3338
+ }, 1);
3339
3339
  },
3340
3340
  close
3341
3341
  });