react-diagrams
react-diagrams copied to clipboard
Global event "selectionChanged" for DiagramModel
I want use selectionChanged without bind this event for every entity. I want do:
model.registerListeners({
selectionChanged: ...
});
It's actual for another events too, for example for positionChanged, removeEntity
Is it possible to assign a bounty to this?