diff options
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); |
