mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove HMD keyboard focus toggle on AddressBar input
This commit is contained in:
parent
a4587e33f3
commit
7a7cfb84e5
1 changed files with 0 additions and 3 deletions
|
@ -218,9 +218,6 @@ StackView {
|
|||
addressLine.focus = true;
|
||||
addressLine.forceActiveFocus();
|
||||
addressBarDialog.keyboardEnabled = HMD.active;
|
||||
} else {
|
||||
addressLine.focus = false;
|
||||
addressBarDialog.keyboardEnabled = false;
|
||||
}
|
||||
tabletRoot.playButtonClickSound();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue