Display the text layer before running the a11y stuff (follow-up of #15845)

This commit is contained in:
Calixte Denizet 2022-12-16 21:34:12 +01:00
parent ee7a947d1f
commit f4914849df

View File

@ -125,8 +125,8 @@ class TextLayerBuilder {
await this.textLayerRenderTask.promise;
this.#finishRendering();
this.#scale = scale;
this.accessibilityManager?.enable();
this.show();
this.accessibilityManager?.enable();
}
hide() {