()
| 360 | } |
| 361 | |
| 362 | connectedCallback() { |
| 363 | prepareOverlay(this.el); |
| 364 | this.triggerChanged(); |
| 365 | /** |
| 366 | * If the alert was previously connected and is being reattached, the |
| 367 | * ResizeObserver was disconnected. componentDidLoad only fires once per |
| 368 | * instance, so re-establish the observer here on reconnect. |
| 369 | */ |
| 370 | this.setupButtonGroupResizeObserver(); |
| 371 | } |
| 372 | |
| 373 | componentWillLoad() { |
| 374 | if (!this.htmlAttributes?.id) { |
nothing calls this directly
no test coverage detected