fix(edges): set source and target position on edge obj
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -499,6 +499,7 @@ export function useActions(state: State, getters: ComputedGetters): Actions {
|
||||
return [nodeRect, node, isRectObj]
|
||||
}
|
||||
|
||||
// todo: rename to `findIntersectingNodes`
|
||||
const getIntersectingNodes: Actions['getIntersectingNodes'] = (nodeOrRect, partially = true, nodes) => {
|
||||
const [nodeRect, node, isRect] = getNodeRect(nodeOrRect)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user