cljfx

https://github.com/cljfx/cljfx
2020-02-28T19:45:39.065500Z

hi! I'm seeing a pretty weird behavior, any ideas why after a bunch of quick consecutive events the root component gets re rendered when it doesn't need?

2020-02-28T19:47:19.067Z

I'm firing events on mouse drag which update the coordinates of a node, then only the dragged node gets repainted, but after some dragging the entire root view with all the nodes inside starts to get repainted

vlaaad 2020-02-28T19:49:40.067700Z

@jpmonettas hmm, does not ring a bell

2020-02-28T19:50:28.068800Z

will keep troubleshooting and try to build a minimal example if I can't find the culprit

vlaaad 2020-02-28T19:51:55.069900Z

you can try printing stack traces when state atom is changed to see where the change comes from

👍 1