Merge pull request #334

fix(tooltips): sometimes not getting created on htmx swap
This commit is contained in:
Herculino Trotta
2025-08-16 17:37:53 -03:00
committed by GitHub
@@ -11,7 +11,7 @@ init
end end
on htmx:afterSettle on htmx:afterSettle
call initTooltips(event.detail.target) call initTooltips(body)
end end
on tooltips on tooltips