Fixed missing parameter.
This commit is contained in:
parent
b65cb3354b
commit
f3a80560c8
@ -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