diff --git a/dist/iwmlib.js b/dist/iwmlib.js index 8fa529d..115bb71 100644 --- a/dist/iwmlib.js +++ b/dist/iwmlib.js @@ -6210,7 +6210,7 @@ let popup = new PopupMenu$1({ parent, fontSize, padding, zIndex, spacing, switchPos, notchSize, notchPosition, - maxWidth, backgroundColor, normalColor, + maxWidth, backgroundColor, normalColor, highlightColor, notchPosition, keepWithin, autoClose }); popup.showAt(commands, point); diff --git a/lib/popupmenu.js b/lib/popupmenu.js index e373f0a..e22d891 100644 --- a/lib/popupmenu.js +++ b/lib/popupmenu.js @@ -171,7 +171,7 @@ export default class PopupMenu extends Popup { let popup = new PopupMenu({ parent, fontSize, padding, zIndex, spacing, switchPos, notchSize, notchPosition, - maxWidth, backgroundColor, normalColor, + maxWidth, backgroundColor, normalColor, highlightColor, notchPosition, keepWithin, autoClose }) popup.showAt(commands, point)