Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
42 stars 7 forks source link

Cancel timer not always working in context of private components #241

Closed bob2517 closed 2 years ago

bob2517 commented 2 years ago

This is fixed on the branch.

Timer labels and cancelling should now work per the event scope rules. It was close to working before the fix, but there was an incorrect reference variable in a couple of places that was breaking it.