mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Pause translation when appending the xfaLayer to the page
This commit is contained in:
parent
b31e77df17
commit
399f444c84
3 changed files with 13 additions and 6 deletions
|
@ -98,7 +98,6 @@ class XfaLayerBuilder {
|
|||
}
|
||||
// Create an xfa layer div and render the form
|
||||
this.div = document.createElement("div");
|
||||
this.pageDiv.append(this.div);
|
||||
parameters.div = this.div;
|
||||
|
||||
return XfaLayer.render(parameters);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue