mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:36:42 +00:00
fix(client): disable kanban column drag
This commit is contained in:
parent
f7735ccce3
commit
8848fc798d
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user