Fixed MS21059: Avatar App Keyboard Raise in Desktop

This commit is contained in:
Mark 2019-02-12 09:45:51 -08:00
parent 71669af696
commit 9d81ace243

View file

@ -21,7 +21,7 @@ Rectangle {
HifiControlsUit.Keyboard {
id: keyboard
z: 1000
raised: parent.keyboardEnabled && parent.keyboardRaised
raised: parent.keyboardEnabled && parent.keyboardRaised && HMD.active
numeric: parent.punctuationMode
anchors {
left: parent.left