mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-06 15:15:47 +02:00
parent
509fcc84e2
commit
6d95eaad28
@ -449,7 +449,6 @@ class PDFThumbnailView {
|
|||||||
*/
|
*/
|
||||||
setPageLabel(label) {
|
setPageLabel(label) {
|
||||||
this.pageLabel = typeof label === "string" ? label : null;
|
this.pageLabel = typeof label === "string" ? label : null;
|
||||||
this.anchor.setAttribute("data-l10n-args", this.#pageL10nArgs);
|
|
||||||
this.image.setAttribute("data-l10n-args", this.#pageL10nArgs);
|
this.image.setAttribute("data-l10n-args", this.#pageL10nArgs);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user