rete.js.org
rete.js.org copied to clipboard
"Tasks" example: Creating multiple "Mouse event" nodes will stop mouse-events from being processed
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.