[Editor] Fix subtype for telemetry data (follow-up of #17329)

Fix a test failure in m-c.
This commit is contained in:
Calixte Denizet 2023-11-29 11:09:18 +01:00
parent 59cf2ee5a9
commit 05ca005eeb

View File

@ -146,7 +146,7 @@ class AltText {
source: this,
details: {
type: "editing",
subtype: this.editorType,
subtype: this.#editor.editorType,
data: {
action: "alt_text_tooltip",
},