diff options
author | bobzel <zzzman@gmail.com> | 2023-11-02 10:55:43 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-11-02 10:55:43 -0400 |
commit | 1bba63b1d15cfe76393424a768d2dbc0f0b8cffb (patch) | |
tree | c409cdfa996655ca9fe431f56164e512d6e1e0f6 /src/client/views/nodes/PDFBox.tsx | |
parent | 84c15417f2247fc650a9f7b2c959479519bd3ebb (diff) |
cleaned up brushView to only apply to freeformviews that aren't overlays (wasn't being used properly. before anyway). cleaned up marquee view divs.
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
-rw-r--r-- | src/client/views/nodes/PDFBox.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx index 537da5055..c068d9dd7 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -212,8 +212,6 @@ export class PDFBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps ); } - brushView = (view: { width: number; height: number; panX: number; panY: number }, transTime: number) => this._pdfViewer?.brushView(view, transTime); - sidebarAddDocTab = (doc: Doc, where: OpenWhere) => { if (DocListCast(this.props.Document[this.props.fieldKey + '_sidebar']).includes(doc) && !this.SidebarShown) { this.toggleSidebar(false); |