grep-components 2.9.0 → 2.10.0-GREPF-2675.1

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/index.js CHANGED
@@ -1788,7 +1788,6 @@ const CollapsableMenuItem = ({ items, onClick, children, onClose: _onclose, tool
1788
1788
  const event = onStatusChange('collapse');
1789
1789
  if (!event.defaultPrevented) {
1790
1790
  setOpen(false);
1791
- requestAnimationFrame(() => listItemRef.current?.focus());
1792
1791
  }
1793
1792
  return !event.defaultPrevented;
1794
1793
  }, [onStatusChange, setOpen, listItemRef]);