fix test + bug in ConcatList update
This commit is contained in:
parent
b723ab4cef
commit
de35df10d8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default class ConcatList extends BaseObservableList {
|
|||
}
|
||||
|
||||
onUpdate(index, value, params, sourceList) {
|
||||
this.emitAdd(this._offsetForSource(sourceList) + index, value, params);
|
||||
this.emitUpdate(this._offsetForSource(sourceList) + index, value, params);
|
||||
}
|
||||
|
||||
onRemove(index, value, sourceList) {
|
||||
|
|
Reference in a new issue