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

@ -18,6 +18,8 @@ export function EntityBoardCard({
ref={draggableProvided?.innerRef}
{...draggableProvided?.dragHandleProps}
{...draggableProvided?.draggableProps}
data-selectable-id={cardId}
data-select-disable
>
{boardOptions.cardComponent}
</div>