mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
[Editor] Count the colors used when highlighting whatever the highlight kind is
This commit is contained in:
parent
07abd647f4
commit
3a7e638fce
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class HighlightEditor extends AnnotationEditor {
|
|||
/** @inheritdoc */
|
||||
get telemetryFinalData() {
|
||||
return {
|
||||
type: this.#telemetryType,
|
||||
type: "highlight",
|
||||
color: this._uiManager.highlightColorNames.get(this.color),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue