We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on event listeners are not created properly. For example:
[:button :onclick (fn [evt] (println "click"))]
The above does not work because in https://github.com/ibdknox/crate/blob/master/src/crate/compiler.cljs#L124 setAttribute is used to add the event listener.
The text was updated successfully, but these errors were encountered:
bug fix for ibdknox#21
8296ba9
onclick listener works using bug fix ibdknox/crate#21
a4d52cc
bump version to 0.2.5 to publish on clojar for ibdknox#21 bug fix
88df134
0.2.5-SNAPSHOT deploy on clojars for ibdknox#21 bug fix
a03791d
No branches or pull requests
on event listeners are not created properly. For example:
The above does not work because in https://github.com/ibdknox/crate/blob/master/src/crate/compiler.cljs#L124
setAttribute is used to add the event listener.
The text was updated successfully, but these errors were encountered: