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