diff options
author | bobzel <zzzman@gmail.com> | 2021-07-30 08:44:42 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-07-30 08:44:42 -0400 |
commit | 22ba42b2a44828d8d6284ea36d4f34b702ed6a4b (patch) | |
tree | cefd493ee8a12737fb895f4524d9bd1bb804b399 /src/client/views/nodes/PDFBox.tsx | |
parent | b3f81bf0cad1f7dadf47de7b7fc673b35180c46c (diff) |
added sidebar button to mapBox
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 59f069c3d..5f82650da 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -281,6 +281,7 @@ export class PDFBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps rootDoc={this.rootDoc} layoutDoc={this.layoutDoc} dataDoc={this.dataDoc} + usePanelWidth={false} whenChildContentsActiveChanged={this.whenChildContentsActiveChanged} sidebarAddDocument={this.sidebarAddDocument} moveDocument={this.moveDocument} |