MCPcopy Create free account
hub / github.com/caseywebdev/react-list / clearSizeCache

Method clearSizeCache

src/react-list.js:277–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275 }
276
277 clearSizeCache() {
278 this.cachedScrollPosition = null;
279 }
280
281 // Called by 'scroll' and 'resize' events, clears scroll position cache.
282 updateFrameAndClearCache(cb) {

Callers 5

componentDidUpdateMethod · 0.95
updateScrollParentMethod · 0.95
react-list.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected