chore(collections/board): extract dragging to separate hook

This commit is contained in:
Elian Doran
2025-09-12 14:11:25 +03:00
parent 174f796b56
commit 08dc05c504
2 changed files with 102 additions and 98 deletions

View File

@@ -159,7 +159,6 @@ export default function BoardView({ note: parentNote, noteIds, viewConfig, saveC
column={column}
columnIndex={index}
columnItems={byColumn.get(column)}
statusAttribute={statusAttribute ?? "status"}
draggedCard={draggedCard}
setDraggedCard={setDraggedCard}
dropTarget={dropTarget}