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
@@ -556,7 +556,7 @@ export class GraphManager extends EventEmitter<{
const inputs = {
'groupId': {
type: 'select',
label: 'Group',
label: '',
value: node.props?.groupId,
internal: true,
options: this.graph.groups.map((g, i) => ({