mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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());
|
||||
}
|
||||
|
||||
onUpdate(i, value) {
|
||||
this._childInstances[i].update(value);
|
||||
onUpdate(i, value, params) {
|
||||
this._childInstances[i].update(value, params);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user