From ea0dfadf58f1867b75ef1430de70a8722c150787 Mon Sep 17 00:00:00 2001 From: Joe Pavitt Date: Fri, 26 Apr 2024 16:56:19 +0100 Subject: [PATCH] UI Gauge - Fix the re-ordering of the gauge segments in the NR Editor --- nodes/widgets/ui_gauge.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/widgets/ui_gauge.html b/nodes/widgets/ui_gauge.html index ebdc5b2b..2e2093d8 100644 --- a/nodes/widgets/ui_gauge.html +++ b/nodes/widgets/ui_gauge.html @@ -155,7 +155,7 @@ $('#node-input-segments-container').sortable({ axis: 'y', - handle: '.node-input-option-handle', + handle: '.node-input-segment-handle', cursor: 'move' })