forked from mystiq/hydrogen-web
default to true
This commit is contained in:
parent
21ce6a8f3c
commit
426dd726e7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function insertAt(parentNode, idx, childNode) {
|
|||
}
|
||||
|
||||
export class ListView {
|
||||
constructor({list, onItemClick, className, parentProvidesUpdates}, childCreator) {
|
||||
constructor({list, onItemClick, className, parentProvidesUpdates = true}, childCreator) {
|
||||
this._onItemClick = onItemClick;
|
||||
this._list = list;
|
||||
this._className = className;
|
||||
|
|
Loading…
Reference in a new issue