Added missing parameter.
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user