You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some tests, i've seen that if we use the Tree to Tree DND and that we load the form containing the 2 trees by AJAX there are bubbles in events after the second form opening.
So when i drag one node, the event "dropped" is fired as many times as the number of times that i opened the form.
I didn't find for the moment how to solve that. I've tried to add a "die()" before each "on" but without success.
Regards,
Jonathan
The text was updated successfully, but these errors were encountered:
Hi,
After some tests, i've seen that if we use the Tree to Tree DND and that we load the form containing the 2 trees by AJAX there are bubbles in events after the second form opening.
So when i drag one node, the event "dropped" is fired as many times as the number of times that i opened the form.
I didn't find for the moment how to solve that. I've tried to add a "die()" before each "on" but without success.
Regards,
Jonathan
The text was updated successfully, but these errors were encountered: