Skip to content

Commit

Permalink
🐛 Fix theme toggle event propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
matyo91 committed Jan 29, 2025
1 parent 5e9e8e2 commit 4337318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/Header.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<button
class="nav-link"
aria-label="Theme"
data-action="live#emit"
data-action="live#emitUp"
data-live-event-param="themeChanged"
>
{% if theme.value == 'light' %}
Expand Down

0 comments on commit 4337318

Please sign in to comment.