refactor: only show group/node panel when selected

This commit is contained in:
2026-05-04 23:47:03 +02:00
parent 106797de32
commit 83e0e47082
6 changed files with 94 additions and 110 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ export const debugNode = {
},
inputs: {
input: {
type: '*'
type: '*',
label: ''
}
},
execute(_data: Int32Array): Int32Array {