diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-21 17:18:02 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-21 17:18:02 +0530 |
commit | 35d50f895b59162f40cea644f97818579aace9e5 (patch) | |
tree | 0f7c0165c4c96248ab1e19a6b57aa704f21d491b /src/client/views/pdf/PDFMenu.tsx | |
parent | c4499c610f377be4b80cf2999d25f97b619d4727 (diff) | |
parent | 4cc4f636fdf020e001c78a58b771032f94396fa1 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/views/pdf/PDFMenu.tsx')
-rw-r--r-- | src/client/views/pdf/PDFMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFMenu.tsx b/src/client/views/pdf/PDFMenu.tsx index 00c56d73e..6592c488b 100644 --- a/src/client/views/pdf/PDFMenu.tsx +++ b/src/client/views/pdf/PDFMenu.tsx @@ -47,7 +47,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; } + public get Active() { return this._left > 0; } constructor(props: Readonly<{}>) { super(props); |