Remove LGraphNode.subgraph (Legacy subgraph) (#453)

* Remove LGraphNode.subgraph (Legacy subgraph)

* Update snapshot
This commit is contained in:
Chenlei Hu
2025-02-03 20:27:11 -08:00
committed by GitHub
parent 047bf68dc9
commit b3dbc41368
3 changed files with 0 additions and 46 deletions

View File

@@ -230,8 +230,6 @@ export class LGraphNode implements Positionable, IPinnable {
console?: string[]
_level: number
_shape?: RenderShape
subgraph?: LGraph
skip_subgraph_button?: boolean
mouseOver?: IMouseOverData
redraw_on_mouse?: boolean
// Appears unused