PyWorkflowApp / visual-programming

A Python Visual Programming Workspace for Data Science
MIT License
33 stars 12 forks source link

Makes links selectable and deletable #19

Closed cesaragv closed 4 years ago

cesaragv commented 4 years ago

This PR addresses:

  1. Makes links selectable
  2. Makes links deletable

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