@sanity/ui 0.36.16 → 0.36.17

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/lib/sanity-ui.js CHANGED
@@ -7441,7 +7441,9 @@ var InnerAutocomplete = /*#__PURE__*/React.forwardRef(function InnerAutocomplete
7441
7441
  return renderPopover({
7442
7442
  content: content,
7443
7443
  hidden: !expanded,
7444
- inputElement: inputElementRef.current
7444
+ inputElement: inputElementRef.current,
7445
+ onMouseEnter: handlePopoverMouseEnter,
7446
+ onMouseLeave: handlePopoverMouseLeave
7445
7447
  }, setResultsPopoverElement);
7446
7448
  }
7447
7449