Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add method fails on empty nestable #113

Open
marhgil opened this issue Jun 24, 2020 · 1 comment
Open

add method fails on empty nestable #113

marhgil opened this issue Jun 24, 2020 · 1 comment

Comments

@marhgil
Copy link

marhgil commented Jun 24, 2020

Expected behavior

must be able to add item to an empty nestable

Actual behavior

add item fails. it can only be added when there are already existing items on the nestable.

Steps to reproduce the behavior

  • create an empty nestable
  • call add method to add item to that nestable

Fork this template to reproduce issue.

@FatalIdiot
Copy link

Had this same problem. Dug into the code and found out that to add an item as a child to an empty parent item, you have to aim at that parent item and then move the mouse horizontally. So if you drag the item ower the empty parent item and then drag it to the right, it will snap as child.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants