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,
|
source: this,
|
||||||
details: {
|
details: {
|
||||||
type: "editing",
|
type: "editing",
|
||||||
subtype: this.editorType,
|
subtype: this.#editor.editorType,
|
||||||
data: {
|
data: {
|
||||||
action: "alt_text_tooltip",
|
action: "alt_text_tooltip",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user