We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am not 100% sure but I think that tree_new_last_child_of works like tree_new_first_child_of.
It s definitely something wrong about it.
The text was updated successfully, but these errors were encountered:
Had a quick look, but I can't see an immediate issue.
It will insert the new object with as left pointer the right pointer of the parent, effectively inserting it at the end of the child chain.
I have have to set up some debugging to see if any why this would go wrong...
Sorry, something went wrong.
I ll investigate it further too. Thanks
WanWizard
No branches or pull requests
I am not 100% sure but I think that tree_new_last_child_of works like tree_new_first_child_of.
It s definitely something wrong about it.
The text was updated successfully, but these errors were encountered: