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

Method invalidateItem

src/utils/VirtualScroller.ts:848–850  ·  view source on GitHub ↗

* Invalidate a specific item by key, forcing it to re-render

(key: string)

Source from the content-addressed store, hash-verified

846 * Invalidate a specific item by key, forcing it to re-render
847 */
848 invalidateItem(key: string): void {
849 this.invalidateItems([key], { invalidateHeights: true });
850 }
851
852 /**
853 * Invalidate height measurements for specific indices

Callers

nothing calls this directly

Calls 1

invalidateItemsMethod · 0.95

Tested by

no test coverage detected