mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 06:55:39 +02:00
FB14015 - Go To app does not close when selecting forward and back arrows on desktop
This commit is contained in:
parent
02422ba538
commit
faddc556d7
1 changed files with 4 additions and 1 deletions
|
@ -142,7 +142,10 @@ StackView {
|
|||
bottom: parent.bottom
|
||||
}
|
||||
|
||||
onHostChanged: updateLocationTextTimer.restart();
|
||||
onHostChanged: {
|
||||
updateLocationTextTimer.restart();
|
||||
DialogsManager.hideAddressBar();
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: navBar
|
||||
|
|
Loading…
Reference in a new issue