tweak search copy

This commit is contained in:
Kevin Ngo
2018-10-03 19:03:40 -07:00
parent 1b09de3597
commit 29c908b64c
2 changed files with 3 additions and 4 deletions

View File

@@ -2,8 +2,7 @@ AFRAME.registerComponent('keyboard-raycastable', {
dependencies: ['super-keyboard'],
play: function () {
// TODO: bind-toggle__raycastable for when search is activated.
this.el.components['super-keyboard'].kbImg.setAttribute('bind-toggle__raycastable',
'showKeyboard');
'keyboardActive');
},
});