XFA - Keep xfa layer on top of the others (bug 1719629)
This commit is contained in:
parent
0afc785c7d
commit
1b77888400
@ -496,6 +496,11 @@ class PDFPageView {
|
||||
div.appendChild(textLayerDiv);
|
||||
}
|
||||
|
||||
if (this.xfaLayer?.div) {
|
||||
// The xfa layer needs to stay on top.
|
||||
div.appendChild(this.xfaLayer.div);
|
||||
}
|
||||
|
||||
textLayer = this.textLayerFactory.createTextLayerBuilder(
|
||||
textLayerDiv,
|
||||
this.id - 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user