fix: clear genre remained visible after play when genre selected
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user