Browse Source

Merge pull request #227544 in DEC/fineui from final/11.0 to release/11.0

* commit '21a0f1caa205740d06a5a91e9504928aebb7944b':
  无JIRA任务 es6写法
  JSY-27224 性能
research/test
superman 1 year ago
parent
commit
c75f8628e1
  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