diff options
| author | bobzel <zzzman@gmail.com> | 2025-02-23 16:34:40 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-02-23 16:34:40 -0500 |
| commit | 30ec70722678eba318fb7521a8b2bd642328bf54 (patch) | |
| tree | e4d5fb25224db75a341aa72350802634529074a0 /src/client/views/nodes/calendarBox | |
| parent | 7b6755e33a8e14e96cd0cd2df2dc26b88a8171c6 (diff) | |
added option+maximize to open in doc editor view (currently only for images). fixed imageEditor to generate edits the first time through.
Diffstat (limited to 'src/client/views/nodes/calendarBox')
| -rw-r--r-- | src/client/views/nodes/calendarBox/CalendarBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |
