mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-30 02:19:23 +00:00
feat(ui/modules/Common/SearchBox): forward event keys
This commit is contained in:
parent
95ce08e7f1
commit
208c28a982
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue