What the documentation says and what it is more logical to me is that if we are On node "B" then the get_next_dom() should return node "C" and the get_prev_dom() should return the node "A"
From the docs
If I'm not mistaken, I think that these two methods are doing the inverse of what they should be doing.
If so I think that this should be fixed in the next major version because it's obviously a breaking change.
Thanks for the amazing project, this is truly amazing and is the best tree plugin I have ever used.
Hi,
If we have three nodes
A B C
What the documentation says and what it is more logical to me is that if we are On node "B" then the get_next_dom() should return node "C" and the get_prev_dom() should return the node "A"
From the docs
If I'm not mistaken, I think that these two methods are doing the inverse of what they should be doing.
If so I think that this should be fixed in the next major version because it's obviously a breaking change.
Thanks for the amazing project, this is truly amazing and is the best tree plugin I have ever used.