(js) Scroll to user's defined day start hour

This commit is contained in:
Francis Lachapelle
2015-11-23 16:22:32 -05:00
parent edf69e5989
commit c2d539d3c8
3 changed files with 16 additions and 4 deletions
@@ -74,7 +74,7 @@
if (Calendar.$view && Calendar.$view.type == scrollViewCtrl.type) {
// The view of the dragging block is the scrolling view of this ghost block
isRelative = scrollViewCtrl.type === 'multiday-allday' || scrollViewCtrl.type === 'monthly';
isRelative = scrollViewCtrl.type === 'multiday-allday';
originalDay = scope.block.pointerHandler.originalEventCoordinates.dayNumber;
currentDay = scope.block.pointerHandler.currentEventCoordinates.dayNumber;
start = scope.block.pointerHandler.currentEventCoordinates.start;