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

View File

@@ -11,7 +11,7 @@ init
end
on htmx:afterSettle
call initTooltips(event.detail.target)
call initTooltips(body)
end
on tooltips