retejs / rete.js.org

Examples and documentation for Rete.js v1

Home Page:http://rete.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Tasks" example: Creating multiple "Mouse event" nodes will stop mouse-events from being processed

JannikGM opened this issue · comments

On https://rete.js.org/#/examples/task
Creating a second (disconnected) "Mouse event" breaks the example, because both mouse components operate on the same event handler, so the second mouse-event steals the handler.