From ce67e460c625bfcb2cb56af0c94c35515a5825b3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 6 Sep 2025 10:53:15 +0300 Subject: [PATCH] refactor(react/collections/calendar): add a few more options --- apps/client/src/widgets/collections/calendar/index.tsx | 2 ++ apps/client/src/widgets/view_widgets/calendar_view.ts | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/collections/calendar/index.tsx b/apps/client/src/widgets/collections/calendar/index.tsx index be3607f96..af027b1ef 100644 --- a/apps/client/src/widgets/collections/calendar/index.tsx +++ b/apps/client/src/widgets/collections/calendar/index.tsx @@ -120,6 +120,8 @@ export default function CalendarView({ note, noteIds }: ViewModeProps { async renderList(): Promise | undefined> { const calendar = new Calendar(this.$calendarContainer[0], { - height: "100%", - nowIndicator: true, eventDidMount: (e) => { const { iconClass, promotedAttributes } = e.event.extendedProps;