fix(editor): 🐛 Delete edge when adding last step
This commit is contained in:
@ -75,7 +75,6 @@ export const Edge = ({ edge }: { edge: EdgeProps }) => {
|
||||
sourceTop,
|
||||
])
|
||||
|
||||
if (sourceTop === 0) return <></>
|
||||
return (
|
||||
<path
|
||||
data-testid="edge"
|
||||
|
Reference in New Issue
Block a user