Browse Source

Merge pull request #225949 in DEC/fineui from master to feature/x

* commit '089d2235d2eda2f24a10d7b3156eff4ec6dcff22':
  无JIRA任务 es6写法
  JSY-27224 性能
research/test
superman 1 year ago
parent
commit
19fb5d36f8
  1. 2
      src/core/structure/tree.js

2
src/core/structure/tree.js

@ -127,7 +127,7 @@
continue;
}
if (temp != null) {
queue = queue.concat(temp.getChildren());
queue.push(...temp.getChildren());
}
}
},

Loading…
Cancel
Save