diff --git a/src/components/tags.js b/src/components/tags.js index 8d9a281b30..5d9d14f7d8 100644 --- a/src/components/tags.js +++ b/src/components/tags.js @@ -19,7 +19,8 @@ AFRAME.registerComponent("tags", { isHoverMenuChild: { default: false }, isStatic: { default: false }, inspectable: { default: false }, - preventAudioBoost: { default: false } + preventAudioBoost: { default: false }, + ignoreSpaceBubble: { default: false } }, update() { if (this.didUpdateOnce) { diff --git a/src/hub.html b/src/hub.html index 6ffd4e7fa2..9e209b6b1e 100644 --- a/src/hub.html +++ b/src/hub.html @@ -137,7 +137,7 @@