提交 e142ac14 编写于 作者: J Joao Moreno

tree: perf

上级 9732963b
......@@ -75,6 +75,7 @@ export interface ITreeModelOptions<T, TFilterData = void> {
export class TreeModel<T, TFilterData = void> {
// TODO@joao perf!
static getNodeLocation<T>(node: ITreeNode<T, any>): number[] {
const location = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册