Open alexpetros opened 1 day ago
The htmx:trigger event wasn't firing when the trigger was a load.
htmx:trigger
I added a new test for this scenario, verified that it passes for the fix, and that it doesn't pass without the fix.
master
dev
npm run test
Description
The
htmx:trigger
event wasn't firing when the trigger was a load.Testing
I added a new test for this scenario, verified that it passes for the fix, and that it doesn't pass without the fix.
Checklist
master
for website changes,dev
for source changes)npm run test
) and verified that it succeeded