Commit 5ec245fd authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/modules/Common/SearchBox): handle window visibility changed

parent 95316853
......@@ -100,6 +100,10 @@ Item {
this.connect(window, 'xChanged', handleCoords)
this.connect(window, 'yChanged', handleCoords)
this.connect(window, 'visibilityChanged', function () {
searchBox.hideMenu()
})
handleCoords()
}
}
......
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