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