From 1b43c68210da0e45dce23f37cc2cad9717ca4d75 Mon Sep 17 00:00:00 2001 From: alyx Date: Fri, 4 Feb 2022 21:26:20 +0000 Subject: chips now place at the center of the screen. --- chips.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chips.js') 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) { -- cgit v1.2.3-54-g00ecf