Merge pull request #15845 from calixteman/15844

[TextLayer] Hide the text layer when it's created in order to avoid reflows (fix #15844)
This commit is contained in:
calixteman 2022-12-16 18:13:21 +01:00 committed by GitHub
commit ee7a947d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ class TextLayerBuilder {
this.div = document.createElement("div");
this.div.className = "textLayer";
this.hide();
}
#finishRendering() {