From b65cb3354bc9c427f0db24534ecc3ef09ab71083 Mon Sep 17 00:00:00 2001 From: Uwe Oestermeier Date: Thu, 10 Apr 2025 15:54:36 +0200 Subject: [PATCH] Added missing parameter. --- lib/interaction.js | 2 ++ 1 file changed, 2 insertions(+) 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 })