@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.
@@ -3343,7 +3343,7 @@ function SelectAutoOpen(props) {
3343
3343
  setTimeout(() => {
3344
3344
  var _a2, _b;
3345
3345
  (_b = (_a2 = window.parent.document.activeElement) == null ? void 0 : _a2.blur) == null ? void 0 : _b.call(_a2);
3346
- });
3346
+ }, 1);
3347
3347
  },
3348
3348
  close
3349
3349
  });