We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785aa4a commit c8041c7Copy full SHA for c8041c7
1 file changed
src/components/NcDateTimePicker/NcDateTimePicker.vue
@@ -765,7 +765,9 @@ function onCalendarWheel(event: WheelEvent) {
765
currentMonthYear.value = { month, year }
766
pickerInstance.value?.setMonthYear({ month, year })
767
768
- scrollCooldownTimer = setTimeout(() => { scrollCooldownTimer = null }, SCROLL_STEP_COOLDOWN_MS)
+ scrollCooldownTimer = setTimeout(() => {
769
+ scrollCooldownTimer = null
770
+ }, SCROLL_STEP_COOLDOWN_MS)
771
}
772
773
/**
0 commit comments