mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
修改。
This commit is contained in:
parent
cff18233e3
commit
2edcbfe723
@ -68,7 +68,7 @@ ServerObject.prototype.revertUUID = function (children, list) {
|
||||
}
|
||||
|
||||
if (child.children && list[i] && list[i].children) {
|
||||
this.revertUUID(child.children, list[i].children)
|
||||
this.revertUUID(child.children, list[i].children);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user