Fix HMenuItemPopupSpawner
This commit is contained in:
parent
21fe4b7bd1
commit
1a6273681d
|
@ -14,10 +14,11 @@ HMenuItem {
|
||||||
|
|
||||||
utils.makePopup(
|
utils.makePopup(
|
||||||
popup,
|
popup,
|
||||||
null,
|
window,
|
||||||
utils.objectUpdate(
|
utils.objectUpdate(
|
||||||
{ focusOnClosed: menu.previouslyFocused }, properties,
|
{ focusOnClosed: menu.previouslyFocused }, properties,
|
||||||
),
|
),
|
||||||
|
null,
|
||||||
autoDestruct,
|
autoDestruct,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user