fn-fx / fn-fx

A Functional API around JavaFX / OpenJFX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event stop propagation

jpmonettas opened this issue · comments

Support Question

I have a :on-mouse-pressed defined for a Scene and a Rectangle inside the scene. When clicking the rectangle both events handlers get called. I do I stop event bubbling aka stopPropagation?

Thanks!!!