cljfx

https://github.com/cljfx/cljfx
vikeri 2020-01-08T15:49:09.000100Z

Really cool, but yeah I still have issues whenever I try to compile anything non-trivial with Graal…

jlmr 2020-01-08T19:27:31.000900Z

Hi! How can I stop events from propagating to parent nodes? Simply calling (.consume event) does not seem to do the trick

vlaaad 2020-01-08T21:54:06.001100Z

huh, it should. do you consume this event in async event handler?