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

Method updateFrameAndClearCache

src/react-list.js:282–285  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

280
281 // Called by 'scroll' and 'resize' events, clears scroll position cache.
282 updateFrameAndClearCache(cb) {
283 this.clearSizeCache();
284 return this.updateFrame(cb);
285 }
286
287 updateFrame(cb) {
288 this.updateScrollParent();

Callers

nothing calls this directly

Calls 2

clearSizeCacheMethod · 0.95
updateFrameMethod · 0.95

Tested by

no test coverage detected