Added the option "capturePointerEvents" to InteractionDelegate.
This commit is contained in:
@@ -966,6 +966,7 @@ export class InteractionMapper extends InteractionDelegate {
|
||||
tapDistance = 10,
|
||||
longPressTime = 500.0,
|
||||
useCapture = true,
|
||||
capturePointerEvents = true,
|
||||
mouseWheelElement = null,
|
||||
logInteractionsAbove = 12
|
||||
} = {}
|
||||
@@ -973,6 +974,7 @@ export class InteractionMapper extends InteractionDelegate {
|
||||
super(element, target, {
|
||||
tapDistance,
|
||||
useCapture,
|
||||
capturePointerEvents,
|
||||
longPressTime,
|
||||
mouseWheelElement
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user