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

Edit node while walk #62

Open
mmayla opened this issue Mar 11, 2019 · 2 comments
Open

Edit node while walk #62

mmayla opened this issue Mar 11, 2019 · 2 comments

Comments

@mmayla
Copy link

mmayla commented Mar 11, 2019

I have tried editing a node while walking (in action), but it didn't work.

Is there a way to do it, even a workaround?

@joaonuno
Copy link
Owner

Check if you can use the same workaround as explained in this section https://github.com/joaonuno/tree-model-js#delete-a-node-from-the-tree

@mmayla
Copy link
Author

mmayla commented Mar 11, 2019

Check if you can use the same workaround as explained in this section https://github.com/joaonuno/tree-model-js#delete-a-node-from-the-tree

Unfortunately, this will not work for me because I create a database row every step and I need to add the row id to the node each step so I can check what is the parent database id and do the required action

Thanks for the reply, I appreciate your support

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