@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.
- package/AGENTS.md +2 -0
- package/api-reference.json +1 -1
- package/dist/{chunk-EVY3BTAU.js → chunk-HGOTCQXL.js} +37 -16
- package/dist/{chunk-EVY3BTAU.js.map → chunk-HGOTCQXL.js.map} +1 -1
- package/dist/{chunk-LWAKD7EK.js → chunk-O7AAN6W6.js} +2 -2
- package/dist/chunk-O7AAN6W6.js.map +1 -0
- package/dist/{chunk-F6KCGIJX.js → chunk-ZQWVWDGS.js} +2 -2
- package/dist/index.cjs +35 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/{menu-bar-5FG5RVXQ.js → menu-bar-E7MNW6UC.js} +3 -3
- package/dist/ueditor.cjs +35 -14
- package/dist/ueditor.cjs.map +1 -1
- package/dist/ueditor.js +2 -2
- package/package.json +7 -6
- package/dist/chunk-LWAKD7EK.js.map +0 -1
- /package/dist/{chunk-F6KCGIJX.js.map → chunk-ZQWVWDGS.js.map} +0 -0
- /package/dist/{menu-bar-5FG5RVXQ.js.map → menu-bar-E7MNW6UC.js.map} +0 -0
|
@@ -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
|
|
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-
|
|
4791
|
+
//# sourceMappingURL=chunk-O7AAN6W6.js.map
|