Skip to content

Commit

Permalink
flip boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
abrin committed Jun 13, 2024
1 parent 9d508d9 commit a6aad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/popmotion-controller/popmotion-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const defaultConfig: Required<PopmotionControllerConfig> = {
enableClickToZoom: true,
ignoreSingleFingerTouch: false,
enablePanOnWait: false,
requireMetaKeyForWheelZoom: true,
requireMetaKeyForWheelZoom: false,
panOnWaitDelay: 40,
onPanInSketchMode: () => {
// no-op
Expand Down

0 comments on commit a6aad8a

Please sign in to comment.