fix(rack): prevent dragged module unmounting to fix dnd-kit drop

This commit is contained in:
2026-03-22 11:23:40 -05:00
parent 1a99e22bfb
commit 2e2b182844
2 changed files with 2 additions and 7 deletions

View File

@@ -259,7 +259,6 @@ export function RackPlanner() {
<RackColumn
key={rack.id}
rack={rack}
draggingModuleId={draggingModuleId}
hoverSlot={hoverSlot}
/>
))}