From 30ec70722678eba318fb7521a8b2bd642328bf54 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 23 Feb 2025 16:34:40 -0500 Subject: added option+maximize to open in doc editor view (currently only for images). fixed imageEditor to generate edits the first time through. --- src/client/views/nodes/calendarBox/CalendarBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/nodes/calendarBox') diff --git a/src/client/views/nodes/calendarBox/CalendarBox.tsx b/src/client/views/nodes/calendarBox/CalendarBox.tsx index c1f6f5859..009eb82cd 100644 --- a/src/client/views/nodes/calendarBox/CalendarBox.tsx +++ b/src/client/views/nodes/calendarBox/CalendarBox.tsx @@ -6,7 +6,7 @@ import interactionPlugin from '@fullcalendar/interaction'; import { IReactionDisposer, action, computed, makeObservable, observable, reaction } from 'mobx'; import { observer } from 'mobx-react'; import * as React from 'react'; -import { dateRangeStrToDates, simulateMouseClick } from '../../../../ClientUtils'; +import { dateRangeStrToDates } from '../../../../ClientUtils'; import { Doc } from '../../../../fields/Doc'; import { BoolCast, NumCast, StrCast } from '../../../../fields/Types'; import { CollectionSubView, SubCollectionViewProps } from '../../collections/CollectionSubView'; -- cgit v1.2.3-70-g09d2