mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
[Editor] Add a toggle button to show/hide all the highlights (bug 1867740)
This commit is contained in:
parent
6bb6ce6a5d
commit
39aeea3e94
13 changed files with 393 additions and 6 deletions
|
@ -173,6 +173,7 @@ function getViewerConfiguration() {
|
|||
editorFreeHighlightThickness: document.getElementById(
|
||||
"editorFreeHighlightThickness"
|
||||
),
|
||||
editorHighlightShowAll: document.getElementById("editorHighlightShowAll"),
|
||||
},
|
||||
printContainer: document.getElementById("printContainer"),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue