[Editor] Count the colors used when highlighting whatever the highlight kind is

This commit is contained in:
Calixte Denizet 2024-02-28 18:24:24 +01:00
parent 07abd647f4
commit 3a7e638fce

View File

@ -106,7 +106,7 @@ class HighlightEditor extends AnnotationEditor {
/** @inheritdoc */
get telemetryFinalData() {
return {
type: this.#telemetryType,
type: "highlight",
color: this._uiManager.highlightColorNames.get(this.color),
};
}