Skip to content

Commit 71e346f

Browse files
committed
dont clear group while editing
1 parent dde0a7d commit 71e346f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nodes/widgets/ui_audio.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@
128128
} else if (mode === 'tts') {
129129
$('.ui-audio-mode-tts').show()
130130
$('.ui-audio-mode-src').hide()
131-
// clear group to remove it from the dashboard sidebar tree
132-
$('#node-input-group').val('')
133131
}
134132
}
135133

0 commit comments

Comments
 (0)