diff options
author | Joanne <zehan_ding@brown.edu> | 2025-05-12 21:00:38 -0400 |
---|---|---|
committer | Joanne <zehan_ding@brown.edu> | 2025-05-12 21:00:38 -0400 |
commit | 430db63077868fa54829721d6530a810aa4d4588 (patch) | |
tree | 4b1ac30d8f5d90ba4b9d5e45414e6222d3af0e09 /src/client/views/nodes/PDFBox.tsx | |
parent | cd93c88b8fee83a99342eac4dc60f7b4373fa843 (diff) | |
parent | 0c3f86d57225a2991920adef3a337bc13e408ac0 (diff) |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web into joanne-tutorialagent
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 |