diff options
| author | bobzel <zzzman@gmail.com> | 2025-06-02 17:47:21 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-06-02 17:47:21 -0400 |
| commit | 9e52b7ca60fd9891da6d07c67f89f97ae6f497ee (patch) | |
| tree | cbd4aa2f9646aea001210d782cbdb06563f2d47a /src/client/views/smartdraw/DrawingFillHandler.tsx | |
| parent | 6f071ac01fca794e2bc29b15414dea703f030dcd (diff) | |
tweaks to tablebox to show bottom line of bottom row
Diffstat (limited to 'src/client/views/smartdraw/DrawingFillHandler.tsx')
| -rw-r--r-- | src/client/views/smartdraw/DrawingFillHandler.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/smartdraw/DrawingFillHandler.tsx b/src/client/views/smartdraw/DrawingFillHandler.tsx index 23055fdc3..f773957e7 100644 --- a/src/client/views/smartdraw/DrawingFillHandler.tsx +++ b/src/client/views/smartdraw/DrawingFillHandler.tsx @@ -6,7 +6,6 @@ import { Upload } from '../../../server/SharedMediaTypes'; import { gptDescribeImage } from '../../apis/gpt/GPT'; import { Docs } from '../../documents/Documents'; import { Networking } from '../../Network'; -import { DocCreatorMenu } from '../nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu'; import { DocumentView, DocumentViewInternal } from '../nodes/DocumentView'; import { OpenWhere } from '../nodes/OpenWhere'; import { AspectRatioLimits, FireflyDimensionsMap, FireflyImageDimensions, FireflyStylePresets } from './FireflyConstants'; |
