diff options
author | bobzel <zzzman@gmail.com> | 2021-02-24 22:04:31 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-24 22:04:31 -0500 |
commit | 3410e107435410a5635a70f12ee05e2d874ff01c (patch) | |
tree | 5d9fdfbc66199665a33847f67edae8650f2aae34 /src/client/views/nodes/VideoBox.tsx | |
parent | 58adadeaaf97c57a15d42fea86e75180fc3b2c14 (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/VideoBox.tsx')
-rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 435563255..ac67949f9 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -552,7 +552,7 @@ export class VideoBox extends ViewBoxAnnotatableComponent<FieldViewProps, VideoD <CollectionFreeFormView {...OmitKeys(this.props, ["NativeWidth", "NativeHeight", "setContentView"]).omit} fieldKey={this.annotationKey} isAnnotationOverlay={true} - forceScaling={true} + annotationLayerHostsContent={true} select={emptyFunction} active={this.annotationsActive} scaling={returnOne} |