refactor(elements): split into nodes and edges
This commit is contained in:
@@ -45,7 +45,7 @@ export default ({
|
||||
|
||||
return {
|
||||
...matchingNode,
|
||||
position: matchingNode?.__rf.position,
|
||||
position: matchingNode?.position,
|
||||
} as Node;
|
||||
})
|
||||
: [],
|
||||
|
||||
Reference in New Issue
Block a user