fix(rack): prevent dragged module unmounting to fix dnd-kit drop
This commit is contained in:
@@ -259,7 +259,6 @@ export function RackPlanner() {
|
||||
<RackColumn
|
||||
key={rack.id}
|
||||
rack={rack}
|
||||
draggingModuleId={draggingModuleId}
|
||||
hoverSlot={hoverSlot}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user