mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #15847 from calixteman/followup_15845
Display the text layer before running the a11y stuff (follow-up of #15845)
This commit is contained in:
commit
65a476a386
1 changed files with 1 additions and 1 deletions
|
@ -125,8 +125,8 @@ class TextLayerBuilder {
|
|||
await this.textLayerRenderTask.promise;
|
||||
this.#finishRendering();
|
||||
this.#scale = scale;
|
||||
this.accessibilityManager?.enable();
|
||||
this.show();
|
||||
this.accessibilityManager?.enable();
|
||||
}
|
||||
|
||||
hide() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue