Merge pull request #340 from basecamp/cache-fixes

Fix caching issue with cards
This commit is contained in:
Jorge Manrubia
2025-04-02 17:57:14 +02:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
<% cache bubble do %>
<% cache [ bubble, previewing_card? ] do %>
<article class="card shadow border flex flex-column position-relative txt-align-start full-width border-radius"
style="--bubble-color: <%= bubble.color %>; view-transition-name: <%= dom_id(bubble, :ticket) %>;"
id="<%= dom_id(bubble, :ticket) %>">