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 57c780e commit 8653a4aCopy full SHA for 8653a4a
src/utils/testForPassiveScroll.ts
@@ -4,6 +4,7 @@ export function testForPassiveScroll() {
4
const opts = Object.defineProperty({}, 'passive', {
5
get() {
6
supportsPassiveOption = true;
7
+ return true;
8
},
9
});
10
// @ts-expect-error
0 commit comments