Commit fe9b928
committed
theme: Fix Alpine broken by Turbo v8.0.21
Turbo v8.0.21 changed same-page anchor handling to let the browser
manage them directly, but this causes turbo:before-cache to fire without
a corresponding turbo:render event. This stopped Alpine's mutation
observer without restarting it, breaking all Alpine interactivity (TOC,
search, navbar).
Remove Alpine.stopObservingMutations() from turbo:before-cache since it
now fires on same-page anchor clicks.
Closes gohugoio#33611 parent 9206cb6 commit fe9b928
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
| |||
0 commit comments