mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client: append missing child
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user