mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 03:36:23 +00:00
(js) Fix exception with event editor
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user