Closed cesaragv closed 4 years ago
This PR addresses:
The main fix is given by the line
this.engine.setMaxNumberPointsPerLink(0);
A CustomDeleteAction is added in case we want to have more control about the default react-diagrams action
CustomDeleteAction
This PR addresses:
The main fix is given by the line
this.engine.setMaxNumberPointsPerLink(0);
A
CustomDeleteAction
is added in case we want to have more control about the default react-diagrams action