You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the following example (https://codesandbox.io/s/6wrx3q654z), making use of optional fx and fy, the graph will rotate until it's being clicked on (which is pretty challenging).
Once clicked, the following nodes will start rotating slowly around the clicked one.
Removing one of the 2 children nodes from basics solves the issue, but that kind of defeats the goal of a mindmap :)
The text was updated successfully, but these errors were encountered:
Using the following example (https://codesandbox.io/s/6wrx3q654z), making use of optional
fx
andfy
, the graph will rotate until it's being clicked on (which is pretty challenging).Once clicked, the following nodes will start rotating slowly around the clicked one.
Removing one of the 2 children nodes from
basics
solves the issue, but that kind of defeats the goal of a mindmap :)The text was updated successfully, but these errors were encountered: