@underverse-ui/underverse 2.0.22 → 2.0.24

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.
@@ -458,7 +458,7 @@ var Popover = ({
458
458
  const measuredHeight = positionerEl.offsetHeight;
459
459
  const contentRect = positionerEl.getBoundingClientRect();
460
460
  const contentBoxWidth = measuredWidth || contentRect.width;
461
- const contentBoxHeight = Math.max(measuredHeight, contentRect.height, contentEl.scrollHeight);
461
+ const contentBoxHeight = Math.max(measuredHeight, contentRect.height);
462
462
  const next = computePopoverPosition({
463
463
  triggerRect,
464
464
  contentSize: { width: contentBoxWidth, height: contentBoxHeight },
@@ -4788,4 +4788,4 @@ export {
4788
4788
  EditorToolbar,
4789
4789
  UEDITOR_PROSEMIRROR_CLASS_NAME
4790
4790
  };
4791
- //# sourceMappingURL=chunk-LWAKD7EK.js.map
4791
+ //# sourceMappingURL=chunk-O7AAN6W6.js.map