Merge pull request #17351 from calixteman/fix_mc_test
[Editor] Fix subtype for telemetry data (follow-up of #17329)
This commit is contained in:
commit
6a35e4206e
@ -146,7 +146,7 @@ class AltText {
|
||||
source: this,
|
||||
details: {
|
||||
type: "editing",
|
||||
subtype: this.editorType,
|
||||
subtype: this.#editor.editorType,
|
||||
data: {
|
||||
action: "alt_text_tooltip",
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user