diff --git a/lib/interaction.js b/lib/interaction.js index ebecbaf..210a6c8 100755 --- a/lib/interaction.js +++ b/lib/interaction.js @@ -984,6 +984,7 @@ export class InteractionMapper extends InteractionDelegate { useCapture = true, capturePointerEvents = true, mouseWheelElement = null, + preventPointerClicks = true, logInteractionsAbove = 12 } = {} ) { @@ -991,6 +992,7 @@ export class InteractionMapper extends InteractionDelegate { tapDistance, useCapture, capturePointerEvents, + preventPointerClicks, longPressTime, mouseWheelElement })