fix: remove v-if selectable

This commit is contained in:
tdgao
2026-06-10 09:53:23 -07:00
parent 37f2a887ee
commit 65f475c26f
@@ -69,7 +69,6 @@ watch(
</span>
<button
v-if="selectable"
class="absolute inset-0 z-10 cursor-pointer border-none bg-transparent p-0 focus-visible:outline-none"
:aria-label="tooltip ? `Select ${tooltip}` : 'Select skin'"
:aria-pressed="selected"