From 4540e48fe52d73764262d5153e8ce46b59fbfcdb Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 16 Aug 2025 17:37:27 -0300 Subject: [PATCH] fix(tooltips): sometimes not getting created on htmx swap --- app/templates/includes/scripts/hyperscript/tooltip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/includes/scripts/hyperscript/tooltip.html b/app/templates/includes/scripts/hyperscript/tooltip.html index 6f8c6aa..48cac32 100644 --- a/app/templates/includes/scripts/hyperscript/tooltip.html +++ b/app/templates/includes/scripts/hyperscript/tooltip.html @@ -11,7 +11,7 @@ init end on htmx:afterSettle - call initTooltips(event.detail.target) + call initTooltips(body) end on tooltips