diff --git a/src/observable/list/ConcatList.js b/src/observable/list/ConcatList.js index aace70a3..6177f6f3 100644 --- a/src/observable/list/ConcatList.js +++ b/src/observable/list/ConcatList.js @@ -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) {