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 11a8e9c commit e4ecc55Copy full SHA for e4ecc55
1 file changed
src/htmx.js
@@ -2484,7 +2484,7 @@ var htmx = (function() {
2484
}
2485
2486
if (triggerSpec.changed) {
2487
- const node = event.target
+ const node = evt.target
2488
// @ts-ignore value will be undefined for non-input elements, which is fine
2489
const value = node.value
2490
const lastValue = elementData.lastValue.get(triggerSpec)
0 commit comments