fix(tooltips): sometimes not getting created on htmx swap

This commit is contained in:
Herculino Trotta
2025-08-16 17:37:27 -03:00
parent e096912e41
commit 4540e48fe5

View File

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