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

list: refactor

上级 5624625d
......@@ -89,8 +89,7 @@ class Trait<T> implements ISpliceable<boolean>, IDisposable {
...this.indexes.filter(i => i >= end).map(i => i + diff)
];
this.indexes = indexes;
this._onChange.fire({ indexes });
this.set(indexes);
}
renderElement(element: T, index: number, container: HTMLElement): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册