mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
pass params to child onUpdate
This commit is contained in:
parent
8e7b26a6f7
commit
c2ecd79f21
@ -73,7 +73,7 @@ export default class ListView {
|
|||||||
insertAt(this._root, toIdx, child.root());
|
insertAt(this._root, toIdx, child.root());
|
||||||
}
|
}
|
||||||
|
|
||||||
onUpdate(i, value) {
|
onUpdate(i, value, params) {
|
||||||
this._childInstances[i].update(value);
|
this._childInstances[i].update(value, params);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user