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
treeObj.moveNode(目标节点, 当前节点(被移动的节点), "prev"); 1、如果说目标节点是正常展示的情况下,移动节点正常移动 2、如果说目标节点被隐藏的情况下, 移动节点会把目标节点替换,出现两份移动节点,一个移动节点隐藏,一个移动节点展示在目标节点的位置
The text was updated successfully, but these errors were encountered:
No branches or pull requests
treeObj.moveNode(目标节点, 当前节点(被移动的节点), "prev");
1、如果说目标节点是正常展示的情况下,移动节点正常移动
2、如果说目标节点被隐藏的情况下, 移动节点会把目标节点替换,出现两份移动节点,一个移动节点隐藏,一个移动节点展示在目标节点的位置
The text was updated successfully, but these errors were encountered: