1
0
Fork 0
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:
Calixte Denizet 2024-02-09 22:34:05 +01:00
parent 964bfe522b
commit b5e446213e
3 changed files with 5 additions and 0 deletions

View file

@ -237,6 +237,7 @@ class HighlightEditor extends AnnotationEditor {
AnnotationEditorParamsType.HIGHLIGHT_THICKNESS,
this.#thickness || HighlightEditor._defaultThickness,
],
[AnnotationEditorParamsType.HIGHLIGHT_FREE, this.#isFreeHighlight],
];
}

View file

@ -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.