Merge pull request #17748 from calixteman/highlight_telemetry_followup

[Editor] Count the colors used when highlighting whatever the highlight kind is
This commit is contained in:
calixteman 2024-02-28 20:00:15 +01:00 committed by GitHub
commit 9fe15d4a01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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),
};
}