Skip to content

Commit

Permalink
Merge pull request #808 from FlowFuse/558-gauge-reorder
Browse files Browse the repository at this point in the history
UI Gauge - Fix the re-ordering of the gauge segments in the NR Editor
  • Loading branch information
Steve-Mcl committed Apr 29, 2024
2 parents 21e9060 + ea0dfad commit e047052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/widgets/ui_gauge.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

$('#node-input-segments-container').sortable({
axis: 'y',
handle: '.node-input-option-handle',
handle: '.node-input-segment-handle',
cursor: 'move'
})

Expand Down

0 comments on commit e047052

Please sign in to comment.