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 b47a4ce commit 4f7cc6aCopy full SHA for 4f7cc6a
packages/vuetify/src/components/VCalendar/composables/calendarWithIntervals.ts
@@ -245,9 +245,7 @@ export function useCalendarWithIntervals (props: CalendarWithIntervalsProps) {
245
if (targetDate && typeof time === 'object' && 'day' in time) {
246
const a = getDayIdentifier(time)
247
const b = getDayIdentifier(targetDate)
248
- if (a > b) {
249
- minutes += (a - b) * gap
250
- }
+ minutes += (a - b) * gap
251
}
252
253
const min: number = firstMinute.value
0 commit comments