Drag to select boards (#1127)

- drag to select boards
This commit is contained in:
brendanlaschke
2023-08-09 18:25:09 +02:00
committed by GitHub
parent 2b166927d1
commit 3122541f3b
3 changed files with 26 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import {
type OwnProps = {
dragSelectable: RefObject<HTMLElement>;
onDragSelectionChange: (id: string, selected: boolean) => void;
onDragSelectionStart: () => void;
onDragSelectionStart?: () => void;
};
export function DragSelect({