We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fbbf9 commit eead463Copy full SHA for eead463
projects/igniteui-angular/src/lib/calendar/calendar.component.ts
@@ -466,7 +466,6 @@ export class IgxCalendarComponent extends IgxMonthPickerBaseDirective implements
466
* @internal
467
*/
468
public previousMonth(isKeydownTrigger = false) {
469
- debugger;
470
if (isKeydownTrigger && this.animationAction === ScrollMonth.NEXT) { return; }
471
this.viewDate = this.calendarModel.getPrevMonth(this.viewDate);
472
this.animationAction = ScrollMonth.PREV;
0 commit comments