Skip to content

Level three nodes cant have children #21

Open
@matiasgarcia

Description

@matiasgarcia

Consider the case of the following Tree:

  • Root
    • Level 1
      • Level 2 Node
      • Another Level 2 Node
    • New node

The component will not let me drag "New node" into any level 2 node. To do this, I have to drag out a level 2 node, drag the "New node" into it and then drag it back into level 1.

After doing this, the tree will end up like this:

  • Root
    • Level 1
      • Level 2 Node
      • Another Level 2 Node
        • New node

I have tried to debug why this is happening but couldn't find any solution. In the github page example, this behaviour happens too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions