mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #18650 from calixteman/bug1914480
[Editor] Add a missing parameter in the telemetry for the new alt text flow (bug 1914480)
This commit is contained in:
commit
b58c24ab09
2 changed files with 6 additions and 3 deletions
|
@ -159,7 +159,7 @@ class StampEditor extends AnnotationEditor {
|
|||
) {
|
||||
this._reportTelemetry({
|
||||
action: "pdfjs.image.image_added",
|
||||
data: { alt_text_modal: false },
|
||||
data: { alt_text_modal: false, alt_text_type: "empty" },
|
||||
});
|
||||
try {
|
||||
// The alt-text dialog isn't opened but we still want to guess the alt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue