diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-19 19:30:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 19:30:17 -0400 |
| commit | c64834d75bfdc8494000511a4cffef5cf50f8d89 (patch) | |
| tree | 5855c453dcbde49acb7bc83ecdab8cab3957494e /src/client/views/pdf | |
| parent | e3f5dc881f4fd9e1e8f70e4343a2e2eddf72f2b5 (diff) | |
| parent | 4c0eccd355cedb0a6bdfbe1dbf8944c4b503c4d6 (diff) | |
Merge pull request #637 from browngraphicslab/bug_fixes
Fixed PDF Highlight
Diffstat (limited to 'src/client/views/pdf')
| -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 bee282d9b..509831507 100644 --- a/src/client/views/pdf/PDFMenu.tsx +++ b/src/client/views/pdf/PDFMenu.tsx @@ -112,7 +112,7 @@ export default class PDFMenu extends AntimodeMenu<AntimodeMenuProps> { </div> </div>; return ( - <ButtonDropdown key={"highlighter"} button={button} dropdownContent={dropdownContent} /> + <ButtonDropdown key={"highlighter"} button={button} dropdownContent={dropdownContent} pdf={true} /> ); } |
