rete.js.org icon indicating copy to clipboard operation
rete.js.org copied to clipboard

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

Open ghost opened this issue 3 years ago • 0 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.

ghost avatar Jan 14 '22 09:01 ghost