mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve calendar
This commit is contained in:
@@ -250,7 +250,7 @@ export class AgendaPage implements OnInit {
|
||||
this.viewDate = new Date(formatDate(ev,'yyyy-MM-dd', 'pt'));
|
||||
// calendar change date
|
||||
this.eventSelectedDate = new Date(ev);
|
||||
this.centralizeTimeline(1000);
|
||||
this.centralizeTimeline(500);
|
||||
};
|
||||
|
||||
// changedate
|
||||
@@ -372,7 +372,7 @@ export class AgendaPage implements OnInit {
|
||||
this.showLoader = false;
|
||||
this.showTimeline = true;
|
||||
|
||||
this.centralizeTimeline(1000);
|
||||
this.centralizeTimeline(500);
|
||||
|
||||
});
|
||||
|
||||
@@ -415,7 +415,7 @@ export class AgendaPage implements OnInit {
|
||||
this.showLoader = false;
|
||||
this.showTimeline = true;
|
||||
|
||||
this.centralizeTimeline(1000);
|
||||
this.centralizeTimeline(500);
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user