More refactoring to fix the tests
This commit is contained in:
parent
71285d34cd
commit
b8abbc9505
16 changed files with 507 additions and 418 deletions
|
@ -136,7 +136,7 @@ export class UIEventSource<T> {
|
|||
if (oldList === list) {
|
||||
return;
|
||||
}
|
||||
if (oldList.length !== list.length) {
|
||||
if (oldList === undefined || oldList.length !== list.length) {
|
||||
stable.setData(list);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue