client: append missing child

This commit is contained in:
noirscape 2023-01-04 22:12:22 +01:00
parent 5d12150165
commit 467937a952

View file

@ -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) {