We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cabf7 commit 65a8c1bCopy full SHA for 65a8c1b
1 file changed
src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer/TaskList/v2/TaskListContent.tsx
@@ -65,9 +65,9 @@ export const TaskListContent = ({ project }: TaskListProps) => {
65
}));
66
};
67
68
- const onDragStart: OnDragStartResponder = () => {
+ const onDragStart: OnDragStartResponder = () => {
69
setIsDragging(true);
70
- }
+ };
71
72
const onDragEnd: OnDragEndResponder = async (result) => {
73
setIsDragging(false);
0 commit comments