diff options
author | bobzel <zzzman@gmail.com> | 2025-03-24 20:14:29 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-24 20:14:29 -0400 |
commit | 0ad3623b42b6d3da170823217050fa18a32a52f4 (patch) | |
tree | 6412473d7dbafb53f5a4a8b19620081aafbdfa60 /src | |
parent | 70898430dc45ec3422ab2e05fc46054ba56a1909 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 3b3bc808a..a8985a2b7 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -309,7 +309,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { cropping.$data_nativeWidth = anchw; cropping.$data_nativeHeight = anchh; cropping.$freeform_scale = viewScale; - cropping.$reeform_panX = anchx / viewScale; + cropping.$freeform_panX = anchx / viewScale; cropping.$freeform_panY = anchy / viewScale; cropping.$freeform_scale_min = viewScale; cropping.$freeform_panX_min = anchx / viewScale; |