Skip to content

Commit

Permalink
Update outfit_display.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Rey authored Oct 17, 2024
1 parent bd3e1af commit 6beb126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petitbonhomme/_includes/outfit_display.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% assign show_wheel = include.show_wheel | default: false %}

<div class="outfit-stack" onmouseover="showWheel(this)" onmouseout="hideWheel(this)">
<div class="outfit-stack" onmouseover="showWheel(this)" onmouseout="hideWheel(this)" on click="hide wheel(this)">
<!-- Usual stacked outfit display -->
{% for item_name in include.outfit.items %}
{% assign item = site.data.clothing_items | where: "name", item_name | first %}
Expand Down

0 comments on commit 6beb126

Please sign in to comment.