mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] Fix subtype for telemetry data (follow-up of #17329)
Fix a test failure in m-c.
This commit is contained in:
parent
59cf2ee5a9
commit
05ca005eeb
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class AltText {
|
|||
source: this,
|
||||
details: {
|
||||
type: "editing",
|
||||
subtype: this.editorType,
|
||||
subtype: this.#editor.editorType,
|
||||
data: {
|
||||
action: "alt_text_tooltip",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue