()
| 446 | } |
| 447 | |
| 448 | connectedCallback() { |
| 449 | const { el } = this; |
| 450 | prepareOverlay(el); |
| 451 | this.triggerChanged(); |
| 452 | } |
| 453 | |
| 454 | disconnectedCallback() { |
| 455 | this.triggerController.removeClickListener(); |
nothing calls this directly
no test coverage detected