cedoor / mindmapp

:rocket: Web application to draw mind maps.
https://mindmapp.cedoor.dev/
MIT License
511 stars 109 forks source link

Allow a child node to be re-linked to another parent node #23

Closed cluxter closed 6 years ago

cluxter commented 6 years ago

Current behaviour

We can't modify the link between a parent node and a child node. Thus every time we need to affect some child nodes to another parent node, we must delete them all and re-create them one by one. This makes the tool of very limited use.

Expected behaviour

The link between two nodes can be modified to be affected to some other node.

cedoor commented 6 years ago

Hello @cluxter,

this is an interesting mmp library feature. However, it has already been planned the possibility to copy and paste a node #2. For the moment I hope I can finish this.

In any case, I leave the issue open for future implementations, thanks!