crate icon indicating copy to clipboard operation
crate copied to clipboard

event listeners not created properly

Open sonwh98 opened this issue 10 years ago • 0 comments

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.

sonwh98 avatar Nov 02 '15 05:11 sonwh98