htmx icon indicating copy to clipboard operation
htmx copied to clipboard

A typo (small bug) in ws.js

Open henrylaxen opened this issue 3 years ago • 0 comments

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

henrylaxen avatar Jul 07 '22 21:07 henrylaxen