fix(client): disable kanban column drag

This commit is contained in:
chenos 2022-04-06 10:58:49 +08:00
parent f7735ccce3
commit 8848fc798d

View File

@ -88,6 +88,7 @@ export const Kanban: ComposedKanban = observer((props: any) => {
<Spin spinning={field.loading || false}>
<Board
allowAddCard
disableColumnDrag
cardAdderPosition={'bottom'}
disableCardDrag={disableCardDrag}
onCardRemove={handleCardRemove}