2
0

fix(graph): 🐛 Step node drag

This commit is contained in:
Baptiste Arnaud
2022-01-07 07:03:08 +01:00
parent f712c7ad98
commit 6fe27bd8ea
4 changed files with 47 additions and 7 deletions

View File

@ -70,6 +70,7 @@ export const StepsList = ({
if (!draggedStep && !draggedStepType) return
setExpandedPlaceholderIndex(stepIndex + 1)
}
return (
<Stack
spacing={1}