Commit 208c28a9 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(ui/modules/Common/SearchBox): forward event keys

parent 95ce08e7
......@@ -105,6 +105,10 @@ Item {
launcher: searchField
width: searchField.width
// If the menu is focused, the main window loses the active status.
// So It's necessary to map the keys events.
Keys.forwardTo: searchField
onMenuClosed: searchBox.hideMenu()
ScrollableListView {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment