mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
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:
commit
ee7a947d1f
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ class TextLayerBuilder {
|
|||
|
||||
this.div = document.createElement("div");
|
||||
this.div.className = "textLayer";
|
||||
this.hide();
|
||||
}
|
||||
|
||||
#finishRendering() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue