fix tests

This commit is contained in:
Carson Gross 2025-10-31 13:05:59 -06:00
parent 6f26994c91
commit 607a85fc16

View File

@ -1299,9 +1299,7 @@ var htmx = (() => {
// insert non-transition tasks immediately
for (let task of nonTransitionTasks) {
for (let taskElement of task) {
this.__insertContent(task)
}
this.__insertContent(task)
}
// insert transition tasks in the transition queue