2
0

fix(editor): 🐛 Delete edge when adding last step

This commit is contained in:
Baptiste Arnaud
2022-02-15 15:45:52 +01:00
parent 93e8f90ac3
commit 67ccf07a61
4 changed files with 39 additions and 7 deletions

View File

@ -75,7 +75,6 @@ export const Edge = ({ edge }: { edge: EdgeProps }) => {
sourceTop,
])
if (sourceTop === 0) return <></>
return (
<path
data-testid="edge"