diff options
author | bobzel <zzzman@gmail.com> | 2025-05-09 23:02:18 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-05-09 23:02:18 -0400 |
commit | afc2b90c3eab26a8a3d17bdb711652b68d2528d9 (patch) | |
tree | 58f9edb8a79c9e1e983c9cc4e8c07988e7dd5f1d /src/client/views/nodes/PDFBox.tsx | |
parent | 076bdacc5f05dd124823981e49174d276a7aebfd (diff) | |
parent | 299398cb7e21259de3bf7597995840b84e7e0590 (diff) |
Merge branch 'master' into lanyi-branch
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
-rw-r--r-- | src/client/views/nodes/PDFBox.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx index 83c44c80f..55e6d5596 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -557,8 +557,8 @@ export class PDFBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { NativeHeight={this.sidebarNativeHeightFunc} PanelHeight={this._props.PanelHeight} PanelWidth={this.sidebarWidth} - xPadding={0} - yPadding={0} + xMargin={0} + yMargin={0} viewField={this.SidebarKey} isAnnotationOverlay={false} originTopLeft |