make edges non selectable

This commit is contained in:
Guilhem
2025-11-12 20:59:19 +01:00
parent 6702c61b73
commit 584a72e6b9
@@ -540,7 +540,8 @@ export function graphBuilder(
...extra,
insertable: extra.insertable && !options?.disableInsert && prefix == undefined,
shouldOffsetInsertBtnDueToAssetNode: nodeIdsWithOutputAssets.has(sourceId)
}
},
selectable: false
})
}