Skip to content

Commit dd82d27

Browse files
committed
Update uui-popover-container.element.ts
1 parent e6d3dda commit dd82d27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uui-popover-container/lib/uui-popover-container.element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export class UUIPopoverContainerElement extends LitElement {
8484
protected override firstUpdated(_changedProperties: PropertyValues): void {
8585
super.firstUpdated(_changedProperties);
8686

87-
// set up an observer that just logs the new width
8887
this.#sizeObserver = new ResizeObserver(entries => {
8988
const element = entries[0]; // should be only one
9089
const width = element.contentRect.width;

0 commit comments

Comments
 (0)