mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(ui/modules/Common/SearchBox): handle window visibility changed
This commit is contained in:
parent
95316853b5
commit
5ec245fd49
1 changed files with 4 additions and 0 deletions
|
|
@ -100,6 +100,10 @@ Item {
|
|||
this.connect(window, 'xChanged', handleCoords)
|
||||
this.connect(window, 'yChanged', handleCoords)
|
||||
|
||||
this.connect(window, 'visibilityChanged', function () {
|
||||
searchBox.hideMenu()
|
||||
})
|
||||
|
||||
handleCoords()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue