diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2025-01-02 01:13:50 -0500 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-02 01:13:50 -0500 |
| commit | 383b0487d5268bd860e514feddf09f4f3eb2fe3f (patch) | |
| tree | aacfb8877314bad5a8af850411b1373e5d0f86bd /src/client/views/collections/collectionFreeForm | |
| parent | 9416091f902ece81f8e0b4ea9564fa260a411c88 (diff) | |
made drawing fill automatically size images
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 4bccdd286..ef0b80720 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1995,7 +1995,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection }); this.layoutDoc.drawingData != undefined && optionItems.push({ - description: 'Show Drawing Editor', + description: 'Regenerate AI Drawing', event: action(() => { SmartDrawHandler.Instance.CreateDrawingDoc = this.createDrawingDoc; SmartDrawHandler.Instance.AddDrawing = this.addDrawing; |
