From 79df6f049fc3ac3823de89f1425e3fade9f79107 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 19 Sep 2024 10:33:40 +0200 Subject: [PATCH] Update htmx.js --- src/htmx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmx.js b/src/htmx.js index 389f3fce2..211aa47f0 100644 --- a/src/htmx.js +++ b/src/htmx.js @@ -1186,7 +1186,7 @@ var htmx = (function() { } if (unprocessedParts.length > 0) { - selector = unprocessedParts.join(',') + const selector = unprocessedParts.join(',') result.push(...toArray(asParentNode(getRootNode(elt, global)).querySelectorAll(selector))) }