Merge pull request #17351 from calixteman/fix_mc_test

[Editor] Fix subtype for telemetry data (follow-up of #17329)
This commit is contained in:
calixteman 2023-11-29 11:48:42 +01:00 committed by GitHub
commit 6a35e4206e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
},