Skip to content

Commit b1a850a

Browse files
Brayan Martínez Santanasherwinski
authored andcommitted
fix(passive): Add passive option in defaultDriftConfig
1 parent 6f829a9 commit b1a850a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/helpers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function defaultDriftConfig() {
2525
hoverBoundingBox: false,
2626
touchBoundingBox: false,
2727
boundingBoxContainer: document.body,
28+
passive: false,
2829
};
2930
}
3031

0 commit comments

Comments
 (0)