aboutsummaryrefslogtreecommitdiffstats
path: root/chips.js
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2022-02-04 21:26:20 +0000
committerAleteoryx <alyx@aleteoryx.me>2022-02-04 21:26:20 +0000
commit1b43c68210da0e45dce23f37cc2cad9717ca4d75 (patch)
tree93568f972414dd8a199b32d430e8a1dd713a21c8 /chips.js
parentfabe19e3d993fc57cbc1102f55cdfa26ab3009c7 (diff)
downloadRRCUtils-1b43c68210da0e45dce23f37cc2cad9717ca4d75.tar.gz
RRCUtils-1b43c68210da0e45dce23f37cc2cad9717ca4d75.tar.bz2
RRCUtils-1b43c68210da0e45dce23f37cc2cad9717ca4d75.zip
chips now place at the center of the screen.
Diffstat (limited to 'chips.js')
-rw-r--r--chips.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/chips.js b/chips.js
index 686dce0..0ba542e 100644
--- a/chips.js
+++ b/chips.js
@@ -74,8 +74,10 @@ function generateChipHTML(NodeDescs, typeoverride = undefined) {
output.append(port, tooltip);
}
+
return root;
}
+
}
function ListAllTypes(Nodes) {