DaHaiz / ngFlowchart

ngFlowchart enables drag&drop modelling of graphs in web applications
http://one-logic.github.io/ngFlowchart/dist/
MIT License
103 stars 64 forks source link

allow edges to be dragged from one node to another #29

Closed maurerke closed 8 years ago

maurerke commented 8 years ago

It should be possible to drag the end of an edge, that is already connected to another node, to another node.

maurerke commented 8 years ago

Done with commit 073768d217aba610520d4cac6a459687742000ba

Todo: Support IE11 (currently visual bug in shadow mode)

maurerke commented 8 years ago

done and fixed