diff options
author | bobzel <zzzman@gmail.com> | 2024-05-03 22:08:56 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-03 22:08:56 -0400 |
commit | 139600ab7e8a82a31744cd3798247236cd5616fc (patch) | |
tree | 6bbc5c6fb6825ef969ed0342e4851667b81577cc /src/client/views/nodes/WebBox.tsx | |
parent | 93ab35c251b399f3e44ab2fa016e2af13df5a53b (diff) |
fixed pdf rendering. fixed cropping images. fixed zooming out of an image that is fitWidth to set scroll bar properly.
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r-- | src/client/views/nodes/WebBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index 198652310..b6ef36974 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -1049,7 +1049,6 @@ export class WebBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { setContentViewBox={this.setInnerContent} NativeWidth={returnZero} NativeHeight={returnZero} - originTopLeft={false} isAnnotationOverlayScrollable renderDepth={this._props.renderDepth + 1} isAnnotationOverlay |