diff options
author | bobzel <zzzman@gmail.com> | 2021-01-12 17:50:25 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-01-12 17:50:25 -0500 |
commit | a134dab9a458efcc8b4bd60489483e68f9332397 (patch) | |
tree | 702d21743aec1ccb53303c4dd19c020adc0dab74 /src/client/views/nodes/ImageBox.tsx | |
parent | 4a64a15b173c1e221b157608a4f07a1760e1b402 (diff) |
fixed layout of audioBox markers
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-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 393ba07e6..b0e7f4ce5 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -413,7 +413,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<FieldViewProps, ImageD pointerEvents: this.props.layerProvider?.(this.layoutDoc) === false ? "none" : undefined, borderRadius }} > - <CollectionFreeFormView {...OmitKeys(this.props, ["NativeWidth", "NativeHeight"]).omit} + <CollectionFreeFormView {...OmitKeys(this.props, ["NativeWidth", "NativeHeight", "setContentView"]).omit} renderDepth={this.props.renderDepth + 1} ContainingCollectionDoc={this.props.ContainingCollectionDoc} CollectionView={undefined} |