Disposes of a scroll strategy.
()
| 577 | |
| 578 | /** Disposes of a scroll strategy. */ |
| 579 | private _disposeScrollStrategy() { |
| 580 | const scrollStrategy = this._scrollStrategy; |
| 581 | scrollStrategy?.disable(); |
| 582 | scrollStrategy?.detach?.(); |
| 583 | } |
| 584 | } |
| 585 | |
| 586 | /** Size properties for an overlay. */ |
no test coverage detected