MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / destroyVirtualScroller

Method destroyVirtualScroller

src/bases/TaskListView.ts:2840–2846  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2838 }
2839
2840 private destroyVirtualScroller(): void {
2841 if (this.virtualScroller) {
2842 this.virtualScroller.destroy();
2843 this.virtualScroller = null;
2844 }
2845 this.lastVirtualItems = [];
2846 }
2847
2848 private resetVirtualScrollerIfCardRenderChanged(cardRenderSignature: string): void {
2849 if (

Callers 6

renderFlatMethod · 0.95
renderGroupedMethod · 0.95
onunloadMethod · 0.95
clearAllTaskElementsMethod · 0.95

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected