Skip to content

Commit e504ab1

Browse files
committed
chore(*): Move under comments.
1 parent 080bfba commit e504ab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/calendar/calendar.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import type {
5656
import IgcYearsViewComponent from './years-view/years-view.js';
5757

5858
export const focusActiveDate = Symbol();
59-
@blazorIndirectRender
59+
6060
/**
6161
* Represents a calendar that lets users
6262
* to select a date value in a variety of different ways.
@@ -106,6 +106,7 @@ export const focusActiveDate = Symbol();
106106
* @csspart selected - Indicates selected state. Applies to date, month and year elements of the calendar.
107107
* @csspart current - Indicates current state. Applies to date, month and year elements of the calendar.
108108
*/
109+
@blazorIndirectRender
109110
@themes(all)
110111
export default class IgcCalendarComponent extends EventEmitterMixin<
111112
IgcCalendarComponentEventMap,

0 commit comments

Comments
 (0)