()
| 379 | } |
| 380 | |
| 381 | disconnectedCallback() { |
| 382 | this.triggerController.removeClickListener(); |
| 383 | |
| 384 | if (this.gesture) { |
| 385 | this.gesture.destroy(); |
| 386 | this.gesture = undefined; |
| 387 | } |
| 388 | |
| 389 | this.buttonGroupResizeObserver?.disconnect(); |
| 390 | this.buttonGroupResizeObserver = undefined; |
| 391 | } |
| 392 | |
| 393 | componentDidLoad() { |
| 394 | /** |