Skip to content

Commit

Permalink
Temp fix for htmx revealed breaking when used with other triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-otf committed Aug 20, 2024
1 parent f90c49a commit 56c3720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h5>{% trans "Flags" %}</h5>
<div class="sidebar__inner">
<h5>{% trans "Reviews & assignees" %}</h5>

<div hx-trigger="revealed, reviewerUpdated from:body" hx-get="{% url "funds:submissions:partial-reviews-card" object.id %}" hx-target="this">
<div hx-trigger="intersect once, reviewerUpdated from:body" hx-get="{% url "funds:submissions:partial-reviews-card" object.id %}" hx-target="this">
<div class="animate-pulse min-h-30">
<div class="w-full mb-3 bg-gray-200 h-9"></div>
<div class="w-full h-6 mb-1 bg-gray-200"></div>
Expand Down

0 comments on commit 56c3720

Please sign in to comment.