diff options
author | bobzel <zzzman@gmail.com> | 2023-04-17 15:18:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 15:18:05 -0400 |
commit | 57983d95ceeb364e3e0a282daea13035114ddb3f (patch) | |
tree | e85522f4205899a375d00175c780d0bd8f4380b9 /src/client/views/nodes/PDFBox.tsx | |
parent | 8619a61dd33cdbfa1b8fe3e762306bbf52dbcbad (diff) | |
parent | c2d3e35ff0ce5200776f31bc5030dc3041d19371 (diff) |
Merge pull request #166 from brown-dash/pres-trail-sophie
Generative AI Text/Image
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 8f87b9e08..6aa04e356 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -586,6 +586,7 @@ export class PDFBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps }}> <PDFViewer {...this.props} + sidebarAddDoc={this.sidebarAddDocument} rootDoc={this.rootDoc} addDocTab={this.sidebarAddDocTab} layoutDoc={this.layoutDoc} |