Pause translation when appending the xfaLayer to the page

This commit is contained in:
Jonas Jenwald 2023-10-25 20:03:07 +02:00
parent b31e77df17
commit 399f444c84
3 changed files with 13 additions and 6 deletions

View file

@ -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);