You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Recalculate popover position on lazy content (#1129)
* Fix: Trigger popover update on slot content change
Adds a slotchange event handler to the slot in UUIPopoverContainerElement. This ensures the popover updates when its slotted content changes by calling #initUpdate within a requestAnimationFrame.
* use resize observer
* Update uui-popover-container.element.ts
* move to connectedCallback
0 commit comments