diff --git a/dist/iwmlib.js b/dist/iwmlib.js index 115bb71..8fa529d 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, highlightColor, + maxWidth, backgroundColor, normalColor, notchPosition, keepWithin, autoClose }); popup.showAt(commands, point); diff --git a/lib/popupmenu.js b/lib/popupmenu.js index e22d891..e373f0a 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, highlightColor, + maxWidth, backgroundColor, normalColor, notchPosition, keepWithin, autoClose }) popup.showAt(commands, point)