Fix menu/popup destruction disabling keybinds
This commit is contained in:
@@ -41,6 +41,7 @@ Menu {
|
||||
delete window.visibleMenus[uuid]
|
||||
window.visibleMenusChanged()
|
||||
}
|
||||
Component.onDestruction: closed()
|
||||
|
||||
|
||||
property var previouslyFocused: null
|
||||
|
@@ -43,6 +43,7 @@ Popup {
|
||||
delete window.visiblePopups[uuid]
|
||||
window.visibleMenusChanged()
|
||||
}
|
||||
Component.onDestruction: closed()
|
||||
|
||||
|
||||
property var previouslyFocused: null
|
||||
|
Reference in New Issue
Block a user