diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2024-10-20 12:44:15 -0400 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2024-10-20 12:44:15 -0400 |
| commit | 3b17868560090756caf8b9b0f043ea163f2320e8 (patch) | |
| tree | d748a5fa923f28e2f4e399a8846ea38aa06b78a7 /src/client/views/smartdraw | |
| parent | fc06a98deec3fa2b173f8ea30a4f4b1781447b19 (diff) | |
changes
Diffstat (limited to 'src/client/views/smartdraw')
| -rw-r--r-- | src/client/views/smartdraw/AnnotationPalette.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/smartdraw/AnnotationPalette.tsx b/src/client/views/smartdraw/AnnotationPalette.tsx index f1e2e4f41..dc0c01d36 100644 --- a/src/client/views/smartdraw/AnnotationPalette.tsx +++ b/src/client/views/smartdraw/AnnotationPalette.tsx @@ -185,7 +185,7 @@ export class AnnotationPalette extends ObservableReactComponent<AnnotationPalett docData.drawingColored = this._opts.autoColor; docData.drawingSize = this._opts.size; docData.drawingData = this._gptRes[cIndex]; - docData.width = this._opts.size; + focusedDrawing.width = this._opts.size; docData.x = this._opts.x; docData.y = this._opts.y; await AnnotationPalette.addToPalette(focusedDrawing); |
