We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160bec4 commit ed15ddaCopy full SHA for ed15dda
library/src/components/timetable/TimeTableRows.tsx
@@ -1294,10 +1294,6 @@ function PlaceholderTableCell<
1294
focusedCell.timeSlotNumber === timeSlotNumber &&
1295
focusedCell.itemKey === null
1296
1297
- /*if (timeSlotSelectedIndex > 0) {
1298
- return null // the cell is not rendered since the placeholder item spans over multiple selected cells
1299
- }*/
1300
-
1301
const cursorStyle =
1302
isDisabledByDisabledMatcher ||
1303
(isWeekendDay && disableWeekendInteractions)
0 commit comments