Compare commits
2 Commits
new-loggin
...
main
Author | SHA1 | Date | |
---|---|---|---|
f3a80560c8 | |||
b65cb3354b |
@ -984,6 +984,7 @@ export class InteractionMapper extends InteractionDelegate {
|
|||||||
useCapture = true,
|
useCapture = true,
|
||||||
capturePointerEvents = true,
|
capturePointerEvents = true,
|
||||||
mouseWheelElement = null,
|
mouseWheelElement = null,
|
||||||
|
preventPointerClicks = true,
|
||||||
logInteractionsAbove = 12
|
logInteractionsAbove = 12
|
||||||
} = {}
|
} = {}
|
||||||
) {
|
) {
|
||||||
@ -991,6 +992,7 @@ export class InteractionMapper extends InteractionDelegate {
|
|||||||
tapDistance,
|
tapDistance,
|
||||||
useCapture,
|
useCapture,
|
||||||
capturePointerEvents,
|
capturePointerEvents,
|
||||||
|
preventPointerClicks,
|
||||||
longPressTime,
|
longPressTime,
|
||||||
mouseWheelElement
|
mouseWheelElement
|
||||||
})
|
})
|
||||||
|
@ -192,6 +192,7 @@ export default class PopupMenu extends Popup {
|
|||||||
keepWithin = null,
|
keepWithin = null,
|
||||||
backgroundColor = '#EEE',
|
backgroundColor = '#EEE',
|
||||||
normalColor = '#444',
|
normalColor = '#444',
|
||||||
|
highlightColor = 'black',
|
||||||
autoClose = true,
|
autoClose = true,
|
||||||
} = {}
|
} = {}
|
||||||
) {
|
) {
|
||||||
@ -214,6 +215,7 @@ export default class PopupMenu extends Popup {
|
|||||||
maxWidth,
|
maxWidth,
|
||||||
backgroundColor,
|
backgroundColor,
|
||||||
normalColor,
|
normalColor,
|
||||||
|
highlightColor,
|
||||||
notchPosition,
|
notchPosition,
|
||||||
keepWithin,
|
keepWithin,
|
||||||
autoClose,
|
autoClose,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user