Fix popups not being flickable by keyboard
This commit is contained in:
@@ -23,6 +23,7 @@ HPopup {
|
||||
popup.maximumPreferredHeight,
|
||||
implicitHeaderHeight + implicitFooterHeight + contentHeight,
|
||||
)
|
||||
flickShortcuts.disableIfAnyPopupOrMenu: false
|
||||
|
||||
Keys.onReturnPressed: popup.keyboardAccept()
|
||||
Keys.onEnterPressed: popup.keyboardAccept()
|
||||
|
Reference in New Issue
Block a user