We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67daea commit 2fe32f4Copy full SHA for 2fe32f4
src/index.js
@@ -1,7 +1,8 @@
1
import { h, Component } from 'preact';
2
3
const EVENT_OPTS = {
4
- passive: true
+ passive: true,
5
+ capture: true
6
};
7
8
/** Virtual list, renders only visible items.
0 commit comments