(js) Handle DST change in Date.daysUpTo

This commit is contained in:
Francis Lachapelle
2019-10-04 09:54:29 -04:00
parent 349be8b4db
commit 10b5eb736f
3 changed files with 18 additions and 16 deletions

View File

@@ -534,7 +534,7 @@
function updateFreeBusy() {
vm.component.$attendees.updateFreeBusyCoverage();
vm.component.$attendees.updateFreeBusy();
scrollToStart();
$timeout(scrollToStart);
}
}