diff --git a/src/components/monthview/monthview.js b/src/components/monthview/monthview.js index 822ab92af8..646d53f002 100644 --- a/src/components/monthview/monthview.js +++ b/src/components/monthview/monthview.js @@ -379,7 +379,6 @@ MonthView.prototype = { this.element.find(`td:not('.alternate')`).attr('tabindex', '-1'); //eslint-disable-line this.handleEvents(); - this.selectDay(this.currentDate); utils.addAttributes(this.element, this, this.settings.attributes); return this; },