diff options
| author | bobzel <zzzman@gmail.com> | 2021-12-02 15:40:30 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-12-02 15:40:30 -0500 |
| commit | f92b490d3d54f5847f5f434a4105e88717531527 (patch) | |
| tree | 7b747c6a068347318085a95cf4eb87f9f3f2ecbc /src/client/views/nodes/PDFBox.tsx | |
| parent | 220cedfb9d013127d89756bcc85ac886a0d723da (diff) | |
| parent | 1b6e83ce9b56b773165387ac5f306e6807dc2900 (diff) | |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
| -rw-r--r-- | src/client/views/nodes/PDFBox.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx index 30b4dc92a..d54b65d92 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -136,6 +136,8 @@ export class PDFBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps } searchStringChanged = (e: React.ChangeEvent<HTMLInputElement>) => this._searchString = e.currentTarget.value; + // adding external documents; to sidebar key + // if (doc.Geolocation) this.addDocument(doc, this.fieldkey+"-annotation") sidebarAddDocument = (doc: Doc | Doc[], sidebarKey?: string) => { if (!this.layoutDoc._showSidebar) this.toggleSidebar(); return this.addDocument(doc, sidebarKey); |
