mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
fix test + bug in ConcatList update
This commit is contained in:
parent
b723ab4cef
commit
de35df10d8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user