Skip to content

Commit

Permalink
Display the text layer before running the a11y stuff (follow-up of mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Dec 16, 2022
1 parent ee7a947 commit f491484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/text_layer_builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ class TextLayerBuilder {
await this.textLayerRenderTask.promise;
this.#finishRendering();
this.#scale = scale;
this.accessibilityManager?.enable();
this.show();
this.accessibilityManager?.enable();
}

hide() {
Expand Down

0 comments on commit f491484

Please sign in to comment.