Skip to content

Commit

Permalink
remove redundant comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed May 14, 2024
1 parent b8aa397 commit 1e610ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ class VirtualizedList extends StateSafePureComponent<Props, State> {
setupWebWheelHandler() {
if (this._scrollRef && this._scrollRef.getScrollableNode) {
this._scrollRef.getScrollableNode().addEventListener('wheel',
this.invertedWheelEventHandler,
this.invertedWheelEventHandler
);
} else {
setTimeout(() => this.setupWebWheelHandler(), 50);
Expand Down

0 comments on commit 1e610ad

Please sign in to comment.