mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
[Editor] Disable the thickness slider for non-free highlight
This commit is contained in:
parent
964bfe522b
commit
b5e446213e
3 changed files with 5 additions and 0 deletions
|
@ -237,6 +237,7 @@ class HighlightEditor extends AnnotationEditor {
|
|||
AnnotationEditorParamsType.HIGHLIGHT_THICKNESS,
|
||||
this.#thickness || HighlightEditor._defaultThickness,
|
||||
],
|
||||
[AnnotationEditorParamsType.HIGHLIGHT_FREE, this.#isFreeHighlight],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -89,6 +89,7 @@ const AnnotationEditorParamsType = {
|
|||
HIGHLIGHT_COLOR: 31,
|
||||
HIGHLIGHT_DEFAULT_COLOR: 32,
|
||||
HIGHLIGHT_THICKNESS: 33,
|
||||
HIGHLIGHT_FREE: 34,
|
||||
};
|
||||
|
||||
// Permission flags from Table 22, Section 7.6.3.2 of the PDF specification.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue