Browse Source

Revert change to observablelist

Steven Silvester 8 năm trước cách đây
mục cha
commit
3236422097
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/common/observablelist.ts

+ 0 - 1
src/common/observablelist.ts

@@ -629,7 +629,6 @@ class ObservableList<T> implements IObservableList<T> {
       this.internal.set(i++, item);
       return removed;
     });
-    old.length = count;
     this.changed.emit({
       type: 'replace',
       newIndex: index,