mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-02-28 19:09:23 +00:00
fix tests
This commit is contained in:
parent
6f26994c91
commit
607a85fc16
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user