Added missing parameter.

This commit is contained in:
2025-04-10 15:54:36 +02:00
parent ee76c41a2b
commit b65cb3354b
+2
View File
@@ -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
})