fix: clear genre remained visible after play when genre selected

This commit is contained in:
Diego F. Goberna
2018-11-15 23:21:43 +01:00
parent 3af7f65905
commit be277c6eb8

View File

@@ -320,8 +320,8 @@
<a-entity id="clearGenreButton"
mixin="bigMenuButton"
bind-toggle__raycastable="!!genre"
bind__visible="!!genre"
bind-toggle__raycastable="menuActive && !!genre"
bind__visible="menuActive && !!genre"
proxy-event="event: click; to: a-scene; as: searchclear">
<a-entity mixin="font" text="align: center; color: #AAA; wrapCount: 20; value: CLEAR GENRE" position="0 -0.07 0.01"></a-entity>
</a-entity>