SSShooter / mind-elixir-core

⚗ Mind Elixir is a JavaScript, framework-agnostic mind map core.

Home Page:https://docs.mind-elixir.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It would be great to allow drag and drop the child nodes anywhere in the map

mduvernon opened this issue · comments

It would be great to allow drag and drop the child nodes

  • I can't move my child nodes where I want
commented

You mean drag and detach from the map?

I think he means freely positioning the nodes. Currently they are all ordered automatically.

In this example using react-flow I repositioned node 2c freely.
The rest of the nodes still have an organized layout.
All nodes are still connected
image

commented

I think he means freely positioning the nodes. Currently they are all ordered automatically.

In this example using react-flow I repositioned node 2c freely. The rest of the nodes still have an organized layout. All nodes are still connected image

Based on the current code, it would be difficult to add this feature.