()
| 570 | } |
| 571 | |
| 572 | private _completeDetachContent() { |
| 573 | this._detachContentAfterRenderRef?.destroy(); |
| 574 | this._detachContentAfterRenderRef = undefined; |
| 575 | this._detachContentMutationObserver?.disconnect(); |
| 576 | } |
| 577 | |
| 578 | /** Disposes of a scroll strategy. */ |
| 579 | private _disposeScrollStrategy() { |
no test coverage detected