js/datetime/calendar/calendar.coffee in rsence-pre-2.3.0.16 vs js/datetime/calendar/calendar.coffee in rsence-pre-2.3.0.17
- old
+ new
@@ -12,9 +12,12 @@
## Disable the mouseWheel event to prevent prev/next -month switching with
## the mouse wheel or equivalent content-scrolling user interface gesture
defaultEvents:
mouseWheel: true
keyDown: true
+
+ controlDefaults: HControlDefaults.extend
+ preserveTime: true
## Calls HCalendar#nextMonth or HCalendar#prevMonth based on delta change
## of the mouseWheel event
mouseWheel: (_delta)->
if _delta < 0