mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
[Cleanup] Remove downstream type (#632)
Removes group node type. Now exists downstream where it is used.
This commit is contained in:
@@ -393,9 +393,6 @@ export class LGraphNode implements Positionable, IPinnable, IColorable {
|
||||
return this.constructor.title_mode ?? TitleMode.NORMAL_TITLE
|
||||
}
|
||||
|
||||
// Used in group node
|
||||
setInnerNodes?(this: LGraphNode, nodes: LGraphNode[]): void
|
||||
|
||||
onConnectInput?(
|
||||
this: LGraphNode,
|
||||
target_slot: number,
|
||||
|
||||
Reference in New Issue
Block a user