Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
componentDidUpdate
Method · 0.95
updateFrameAndClearCache
Method · 0.95
updateScrollParent
Method · 0.95
react-list.js
File · 0.80
index.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected