fix(graph): 🐛 Step node drag
This commit is contained in:
@ -70,6 +70,7 @@ export const StepsList = ({
|
||||
if (!draggedStep && !draggedStepType) return
|
||||
setExpandedPlaceholderIndex(stepIndex + 1)
|
||||
}
|
||||
|
||||
return (
|
||||
<Stack
|
||||
spacing={1}
|
||||
|
Reference in New Issue
Block a user