-
Notifications
You must be signed in to change notification settings - Fork 4
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
jsTreeCopied Event not recorded #28
Comments
Hello, |
Indeed, |
Ok, I've looked at my code and I've found the problem. |
This is fixed now. Thanks for the report 👍 |
I need to record events occurring when copying nodes from a tree A to an empty tree B (only a root node) and when deleting them from B.
Everything seems to work fine until I want to add back a previously deleted node from B. There no jsTreeCopied event are detected.
Tree A -> Copy A1 -> Tree B (jsTreeCopied detected)
TreeB -> Delete A1 (jsTreeDeleted detected)
Tree A -> Copy A1 -> Tree B (jsTreeCopied NOT detected)
Exemple :
Expected output :
Copied Deleted Copied
Output :
Copied Deleted
Is there a way to make jsTreeCopied consistent ?
Best regards,
Thanks
The text was updated successfully, but these errors were encountered: