()
| 652 | } |
| 653 | |
| 654 | onExitDOM() { |
| 655 | ResizeHandler.deregister(this, this._handleResizeBound); |
| 656 | this._removeLinksEventListeners(); |
| 657 | this._composition?.removeEventListeners(); |
| 658 | } |
| 659 | |
| 660 | _handleResize() { |
| 661 | this._inputWidth = this.offsetWidth; |
nothing calls this directly
no test coverage detected