diff options
author | geireann <geireann.lindfield@gmail.com> | 2023-03-02 11:44:04 -0500 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2023-03-02 11:44:04 -0500 |
commit | c6425a0469727305f76d00e3f8c545e04aad61cc (patch) | |
tree | ff8eb7d202f9f8c1305adcf2d4d5933c8c8dca63 /src/client/views/nodes/PDFBox.tsx | |
parent | 4a60851bd4d3495b2605863e3070c73129c9bc57 (diff) | |
parent | d34d212ea550a3c1ca16747fadeb9e69c936cb5d (diff) |
Merge branch 'pres-trail-sophie' of https://github.com/brown-dash/Dash-Web into pres-trail-sophie
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
-rw-r--r-- | src/client/views/nodes/PDFBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx index b88ac113e..40c04c08f 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -485,6 +485,7 @@ export class PDFBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps }}> <PDFViewer {...this.props} + sidebarAddDoc={this.sidebarAddDocument} rootDoc={this.rootDoc} layoutDoc={this.layoutDoc} dataDoc={this.dataDoc} |