Fix subgraph connections

This commit is contained in:
space-nuko
2023-05-17 11:40:19 -05:00
parent 51d8e17f49
commit 88ca25c97c
5 changed files with 10 additions and 91 deletions

View File

@@ -837,7 +837,6 @@ function removeEntry(state: LayoutState, id: DragItemID) {
function nodeAdded(node: LGraphNode, options: LGraphAddNodeOptions) {
const state = get(store)
console.error("NODEADDED", node.type, (node as any).svelteComponentType)
if (state.isConfiguring)
return;