mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 06:38:07 +00:00
fix(ui/modules/Common/SearchBox): TextField supports selection by mouse
This commit is contained in:
parent
d37c3b812c
commit
cf3f2bb724
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ Item {
|
|||
id: searchField
|
||||
|
||||
icon: 'search'
|
||||
selectByMouse: true
|
||||
width: parent.width
|
||||
|
||||
Keys.onEscapePressed: searchBox.hideMenu()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue