Skip to content

Commit

Permalink
chore: missed calendar activeDate
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMatusz committed Feb 6, 2024
1 parent 5b956c5 commit 89d15d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export class CalendarComponent extends HTMLElement implements ICalendarComponent
}
}

/** readonly */
@FoundationProperty({set: false})
public declare activeDate: Date;

Expand Down

0 comments on commit 89d15d6

Please sign in to comment.