Fixed missing parameter.

This commit is contained in:
Uwe Oestermeier 2025-04-11 10:19:19 +02:00
parent b65cb3354b
commit f3a80560c8

View File

@ -192,6 +192,7 @@ export default class PopupMenu extends Popup {
keepWithin = null,
backgroundColor = '#EEE',
normalColor = '#444',
highlightColor = 'black',
autoClose = true,
} = {}
) {
@ -214,6 +215,7 @@ export default class PopupMenu extends Popup {
maxWidth,
backgroundColor,
normalColor,
highlightColor,
notchPosition,
keepWithin,
autoClose,