()
| 530 | } |
| 531 | |
| 532 | onExitDOM() { |
| 533 | ResizeHandler.deregister(this.getDomRef()!, this._handleResize); |
| 534 | |
| 535 | this.growingIntersectionObserver!.disconnect(); |
| 536 | this.growingIntersectionObserver = null; |
| 537 | this.tableEndObserved = false; |
| 538 | } |
| 539 | |
| 540 | _onkeydown(e: KeyboardEvent) { |
| 541 | if (isTabNext(e) || isTabPrevious(e)) { |
nothing calls this directly
no test coverage detected