From e5396e0baf6c99c900585d151f288ab14d39caa5 Mon Sep 17 00:00:00 2001 From: colinl Date: Wed, 31 Dec 2025 15:14:50 +0000 Subject: [PATCH] Fix typo in ui_table.html that stops the class field from working --- nodes/widgets/ui_table.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/widgets/ui_table.html b/nodes/widgets/ui_table.html index 19fbc543f..6a017bf20 100644 --- a/nodes/widgets/ui_table.html +++ b/nodes/widgets/ui_table.html @@ -115,7 +115,7 @@ // The behaviour in existing nodes was to deselect all items $('#node-input-deselect').prop('checked', true) } - // if this groups parent is a subflow template, set the node-config-input-width and node-config-input-height up + // if this groups parent is a subflow template, set the node-input-width and node-input-height up // as typedInputs and hide the elementSizer (as it doesn't make sense for subflow templates) if (RED.nodes.subflow(this.z)) { // change inputs from hidden to text & display them @@ -347,8 +347,8 @@
- - + +