diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-25 22:34:04 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-25 22:34:04 -0500 |
| commit | eadda8465818422b16fec1e326b3943a5a72cc7e (patch) | |
| tree | 9a2e69921177633532cbc22e6d5db79e15e49172 /src/client/views/pdf/PDFMenu.tsx | |
| parent | 4b68d25cc3718a6b9fffdd60d04707cbcc8fc2b2 (diff) | |
| parent | 9d92f68750c943d82baa99dc26c29cdd58417e56 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_schema_view
Diffstat (limited to 'src/client/views/pdf/PDFMenu.tsx')
| -rw-r--r-- | src/client/views/pdf/PDFMenu.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFMenu.tsx b/src/client/views/pdf/PDFMenu.tsx index a641bce67..6dcf5cce6 100644 --- a/src/client/views/pdf/PDFMenu.tsx +++ b/src/client/views/pdf/PDFMenu.tsx @@ -26,6 +26,7 @@ export default class PDFMenu extends AntimodeMenu { public AddTag: (key: string, value: string) => boolean = returnFalse; public PinToPres: () => void = unimplementedFunction; public Marquee: { left: number; top: number; width: number; height: number; } | undefined; + public get Active() { return this._opacity ? true : false; } constructor(props: Readonly<{}>) { super(props); |
