aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-02-24 22:04:31 -0500
committerbobzel <zzzman@gmail.com>2021-02-24 22:04:31 -0500
commit3410e107435410a5635a70f12ee05e2d874ff01c (patch)
tree5d9fdfbc66199665a33847f67edae8650f2aae34 /src/client/views/nodes/ImageBox.tsx
parent58adadeaaf97c57a15d42fea86e75180fc3b2c14 (diff)
cleaned up DocumentView's contentView api to be more general. fixed screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API.
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r--src/client/views/nodes/ImageBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx
index 728e5e02f..4c3031ae2 100644
--- a/src/client/views/nodes/ImageBox.tsx
+++ b/src/client/views/nodes/ImageBox.tsx
@@ -381,7 +381,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<FieldViewProps, ImageD
removeDocument={this.removeDocument}
moveDocument={this.moveDocument}
addDocument={this.addDocument}
- forceScaling={true}
+ annotationLayerHostsContent={true}
focus={this.props.focus}
isSelected={this.props.isSelected}
select={emptyFunction}