client: append missing child
This commit is contained in:
parent
5d12150165
commit
467937a952
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class PoolNavigatorListControl extends events.EventTarget {
|
||||||
// events.proxyEvent(commentControl, this, "score");
|
// events.proxyEvent(commentControl, this, "score");
|
||||||
// events.proxyEvent(commentControl, this, "delete");
|
// events.proxyEvent(commentControl, this, "delete");
|
||||||
this._indexToNode[poolPostNearby.id] = poolListItemNode;
|
this._indexToNode[poolPostNearby.id] = poolListItemNode;
|
||||||
|
this._poolNavigatorListNode.appendChild(poolListItemNode);
|
||||||
}
|
}
|
||||||
|
|
||||||
_uninstallPoolNavigatorNode(index) {
|
_uninstallPoolNavigatorNode(index) {
|
||||||
|
|
Loading…
Reference in a new issue