refactor: only show group/node panel when selected
This commit is contained in:
@@ -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) => ({
|
||||
|
||||
Reference in New Issue
Block a user