mirror of
https://github.com/makeplane/plane.git
synced 2026-05-04 15:09:50 -05:00
fix: project state setting dnd (#5881)
This commit is contained in:
committed by
GitHub
parent
e4e83a947a
commit
0312455d66
@@ -67,7 +67,7 @@ export const StateItem: FC<TStateItem> = observer((props) => {
|
||||
getInitialData: () => initialData,
|
||||
onDragStart: () => setIsDragging(true),
|
||||
onDrop: () => setIsDragging(false),
|
||||
canDrag: () => isDraggable,
|
||||
canDrag: () => isDraggable && !disabled,
|
||||
}),
|
||||
dropTargetForElements({
|
||||
element: elementRef,
|
||||
|
||||
Reference in New Issue
Block a user