diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-15 03:36:35 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-15 03:36:35 -0400 |
| commit | ded69655dabf97c76f97271e7da8e77e3f33ec25 (patch) | |
| tree | 9cc9cce9713365735491b7f0dcd6b6928db739af /src/client/views/pdf | |
| parent | f8e0f7b7712375341d95a68bc78d6369e9b1deb5 (diff) | |
getting webBox's to work like PdfBox's - text selection & marquee.
Diffstat (limited to 'src/client/views/pdf')
| -rw-r--r-- | src/client/views/pdf/AnchorMenu.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/pdf/AnchorMenu.tsx b/src/client/views/pdf/AnchorMenu.tsx index 0a1e0ba8f..1e2d72254 100644 --- a/src/client/views/pdf/AnchorMenu.tsx +++ b/src/client/views/pdf/AnchorMenu.tsx @@ -51,7 +51,6 @@ export class AnchorMenu extends AntimodeMenu<AntimodeMenuProps> { public PinToPres: () => void = unimplementedFunction; public MakePushpin: () => void = unimplementedFunction; public IsPushpin: () => boolean = returnFalse; - public Marquee: { left: number; top: number; width: number; height: number; } | undefined; public get Active() { return this._left > 0; } constructor(props: Readonly<{}>) { |
