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:
Christian Byrne
2025-09-04 13:46:39 -07:00
committed by GitHub
parent c30f5a41a9
commit 6a3c075df1
3 changed files with 14 additions and 30 deletions

View File

@@ -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": [],