mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Display the text layer before running the a11y stuff (follow-up of #15845)
This commit is contained in:
parent
ee7a947d1f
commit
f4914849df
1 changed files with 1 additions and 1 deletions
|
@ -125,8 +125,8 @@ class TextLayerBuilder {
|
||||||
await this.textLayerRenderTask.promise;
|
await this.textLayerRenderTask.promise;
|
||||||
this.#finishRendering();
|
this.#finishRendering();
|
||||||
this.#scale = scale;
|
this.#scale = scale;
|
||||||
this.accessibilityManager?.enable();
|
|
||||||
this.show();
|
this.show();
|
||||||
|
this.accessibilityManager?.enable();
|
||||||
}
|
}
|
||||||
|
|
||||||
hide() {
|
hide() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue