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:
calixteman 2022-12-17 11:58:39 +01:00 committed by GitHub
commit 65a476a386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {