Fixed unnecessary calls
This commit is contained in:
parent
19aca4a031
commit
efd58383b9
1 changed files with 3 additions and 3 deletions
|
|
@ -45,8 +45,8 @@ export function cleanEdges({
|
|||
}
|
||||
}
|
||||
}
|
||||
if (changed) {
|
||||
updateEdge(newEdges);
|
||||
}
|
||||
});
|
||||
if (changed) {
|
||||
updateEdge(newEdges);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue