mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 02:02:08 +00:00
Removes node's dependency on LGraph for access to layout mutations composable (#5356)
* remove DI * remove layoutMutations property on LGraph * remove layout mutations property from LGraph snapshot
This commit is contained in:
@@ -281,21 +281,6 @@ LGraph {
|
||||
"id": "b4e984f1-b421-4d24-b8b4-ff895793af13",
|
||||
"iteration": 0,
|
||||
"last_update_time": 0,
|
||||
"layoutMutations": {
|
||||
"bringNodeToFront": [Function],
|
||||
"createLink": [Function],
|
||||
"createNode": [Function],
|
||||
"createReroute": [Function],
|
||||
"deleteLink": [Function],
|
||||
"deleteNode": [Function],
|
||||
"deleteReroute": [Function],
|
||||
"moveNode": [Function],
|
||||
"moveReroute": [Function],
|
||||
"resizeNode": [Function],
|
||||
"setActor": [Function],
|
||||
"setNodeZIndex": [Function],
|
||||
"setSource": [Function],
|
||||
},
|
||||
"links": Map {},
|
||||
"list_of_graphcanvas": null,
|
||||
"nodes_actioning": [],
|
||||
|
||||
Reference in New Issue
Block a user