()
| 1649 | } |
| 1650 | |
| 1651 | private _virtualScrollEnabled(): boolean { |
| 1652 | return !this._disableVirtualScrolling && this._virtualScrollViewport != null; |
| 1653 | } |
| 1654 | } |
| 1655 | |
| 1656 | /** Utility function that gets a merged list of the entries in an array and values of a Set. */ |
no outgoing calls
no test coverage detected