Skip to content

Commit

Permalink
Update htmx.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Telroshan committed Sep 19, 2024
1 parent c429e92 commit 79df6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htmx.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
}

Expand Down

0 comments on commit 79df6f0

Please sign in to comment.