MCPcopy
hub / github.com/bvaughn/react-virtualized / if

Function if

source/Collection/CollectionView.js:426–428  ·  view source on GitHub ↗
(this._disablePointerEventsTimeoutId)

Source from the content-addressed store, hash-verified

424 */
425 _enablePointerEventsAfterDelay() {
426 if (this._disablePointerEventsTimeoutId) {
427 clearTimeout(this._disablePointerEventsTimeoutId);
428 }
429
430 this._disablePointerEventsTimeoutId = setTimeout(() => {
431 const {isScrollingChange} = this.props;

Callers 1

CollectionView.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected