htmx
htmx copied to clipboard
A typo (small bug) in ws.js
On line 204 of ws.js you have:
if(api.shouldCancel(child)){
it should be:
if(api.shouldCancel(evt,child)){
I didn't feel this was worthy of a pull request.
Best wishes, Henry Laxen