We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd25e24 commit 82db5bcCopy full SHA for 82db5bc
src/sse/sse.js
@@ -280,7 +280,7 @@ This extension adds support for Server Sent Events to htmx. See /www/extensions
280
281
var swapSpec = api.getSwapSpecification(elt)
282
var target = api.getTarget(elt)
283
- api.swap(target, content, swapSpec)
+ api.swap(target, content, swapSpec, { contextElement: elt })
284
}
285
286
0 commit comments