fix change order and agenda list

This commit is contained in:
Peter Maquiran
2024-03-18 11:42:36 +01:00
parent a34ef60126
commit 0b876e516b
7 changed files with 28 additions and 12 deletions
+2 -6
View File
@@ -283,6 +283,7 @@ export class AgendaPage implements OnInit {
this.calendar.currentDate = new Date();
//this.onCurrentChanged(new Date())
try {
this.myCal.update();
@@ -290,7 +291,7 @@ export class AgendaPage implements OnInit {
this.onDropDownScrollWeal()
} catch (e) { }
this.reloadCalendar();
//this.reloadCalendar();
this.updateEventListBox()
realoadCounter++;
@@ -449,11 +450,6 @@ export class AgendaPage implements OnInit {
}
onTimeSelected = (ev: { selectedTime: Date, events: any[] }) => {
this.eventSelectedDate2 = ev.selectedTime;
}
currentMoth = {
rangeStartDate: null,
rangeEndDate: null