Fix agenda

This commit is contained in:
Peter Maquiran
2021-09-30 11:56:02 +01:00
parent bc764bcd26
commit b16fbf6cf9
+3
View File
@@ -482,6 +482,9 @@ export class AgendaPage implements OnInit {
loadRangeEvents(startTime: Date, endTime: Date) {
this.rangeStartDate = startTime
this.rangeEndDate = endTime
this.showLoader = true;
if(window.innerWidth < 800){