(js) Fix exception with event editor

This commit is contained in:
Francis Lachapelle
2019-02-20 10:21:27 -05:00
parent 9d58dd10f5
commit e44dce2558

View File

@@ -235,7 +235,8 @@
if (this.component.due)
oldDueDate = new Date(this.component.due.getTime());
$timeout(scrollToStart);
if (this.component.attendees)
$timeout(scrollToStart);
};
this.addAttachUrl = function () {