Skip to content

Commit ed15dda

Browse files
committed
just some cleanup and removal of old comments
1 parent 160bec4 commit ed15dda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/src/components/timetable/TimeTableRows.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,10 +1294,6 @@ function PlaceholderTableCell<
12941294
focusedCell.timeSlotNumber === timeSlotNumber &&
12951295
focusedCell.itemKey === null
12961296

1297-
/*if (timeSlotSelectedIndex > 0) {
1298-
return null // the cell is not rendered since the placeholder item spans over multiple selected cells
1299-
}*/
1300-
13011297
const cursorStyle =
13021298
isDisabledByDisabledMatcher ||
13031299
(isWeekendDay && disableWeekendInteractions)

0 commit comments

Comments
 (0)