mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Set title to widget name
This commit is contained in:
parent
97198f5b74
commit
1fa9ccaa16
@ -149,6 +149,7 @@ app.registerExtension({
|
||||
app.graph.add(node);
|
||||
node.pos = [this.pos[0] - node.size[0] - 30, this.pos[1]];
|
||||
node.connect(0, this, slot);
|
||||
node.title = this.inputs[slot].name;
|
||||
}
|
||||
|
||||
return r;
|
||||
|
Loading…
Reference in New Issue
Block a user