We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311bd69 commit 78a9382Copy full SHA for 78a9382
1 file changed
addon/controllers/operations/scheduler/index.js
@@ -345,10 +345,6 @@ export default class OperationsSchedulerIndexController extends Controller {
345
*/
346
@action setCalendarApi(calendar) {
347
this.calendar = calendar;
348
- // Navigate to today immediately after the calendar is ready.
349
- // This ensures the correct date is shown regardless of any stale
350
- // viewDate that may have been set before the calendar was mounted.
351
- this.calendar.setOption('date', new Date());
352
}
353
354
// -------------------------------------------------------------------------
0 commit comments