Skip to content

Commit 8653a4a

Browse files
committed
fix: lint error no return
1 parent 57c780e commit 8653a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/testForPassiveScroll.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export function testForPassiveScroll() {
44
const opts = Object.defineProperty({}, 'passive', {
55
get() {
66
supportsPassiveOption = true;
7+
return true;
78
},
89
});
910
// @ts-expect-error

0 commit comments

Comments
 (0)