Skip to content

Commit 55746ef

Browse files
committed
Prevent dragging-and-dropping for course events
1 parent 132a609 commit 55746ef

File tree

1 file changed

+1
-1
lines changed
  • course-matrix/frontend/src/pages/TimetableBuilder

1 file changed

+1
-1
lines changed

course-matrix/frontend/src/pages/TimetableBuilder/Calendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const Calendar = React.memo<CalendarProps>(
153153
},
154154
},
155155
},
156-
plugins: [createDragAndDropPlugin(), createEventModalPlugin()],
156+
plugins: [createEventModalPlugin()],
157157
weekOptions: {
158158
gridHeight: 500,
159159
},

0 commit comments

Comments
 (0)