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
In the 1.0 branch this is fixed. I will see what I can do for pre1.0, but now my focus is on finishing 1.0. You can easily get the actual new index by doing data.rslt.obj.index().
Hello,
First, thanks a lot for this great plugin!
I'm having trouble with the calculated position returned when a node is moved :
For example :
root
child 1
child 2
child 3
If i move child 2 before child 1, I get : data.rslt.cp = 0
If i move child 1 after child 2, i get : data.rslt.cp = 2 instead of 1
Do you have any idea where the problem can come from ?
Thanks a lot for your help.
The text was updated successfully, but these errors were encountered: