search button (fixes #12)

This commit is contained in:
Diego F. Goberna
2018-10-04 03:24:43 +02:00
parent 8212888de0
commit c881f6e4d7
5 changed files with 29 additions and 2 deletions

View File

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