mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #16991 from Snuffleupagus/alt_text_edit-boolean
Ensure that all "alt_text_*" save-telemetry values are boolean (PR 16987 follow-up)
This commit is contained in:
commit
561aea530b
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ class AltTextManager {
|
|||
action: "alt_text_save",
|
||||
alt_text_description: !!altText,
|
||||
alt_text_edit:
|
||||
this.#previousAltText && this.#previousAltText !== altText,
|
||||
!!this.#previousAltText && this.#previousAltText !== altText,
|
||||
alt_text_decorative: decorative,
|
||||
alt_text_keyboard: !this.#hasUsedPointer,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue