refactor: only show group/node panel when selected
This commit is contained in:
@@ -5,7 +5,8 @@ export const debugNode = {
|
||||
},
|
||||
inputs: {
|
||||
input: {
|
||||
type: '*'
|
||||
type: '*',
|
||||
label: ''
|
||||
}
|
||||
},
|
||||
execute(_data: Int32Array): Int32Array {
|
||||
|
||||
Reference in New Issue
Block a user