Calender View move bug fix

This commit is contained in:
brausjonas
2023-05-07 18:06:21 +02:00
parent 67563b798d
commit 57ebdf002d
3 changed files with 41 additions and 11 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ export class CalenderEntry
{
this.start_point = start_point;
this.end_point = end_point;
this.parent = null;
this.colorID = 0;
}
}