XFA - Container wrapper must take the visibility of the wrapped content
This commit is contained in:
parent
f9a0568f96
commit
143d190a61
@ -469,6 +469,7 @@ function createWrapper(node, html) {
|
|||||||
"maxHeight",
|
"maxHeight",
|
||||||
"transform",
|
"transform",
|
||||||
"transformOrigin",
|
"transformOrigin",
|
||||||
|
"visibility",
|
||||||
]) {
|
]) {
|
||||||
if (style[key] !== undefined) {
|
if (style[key] !== undefined) {
|
||||||
wrapper.attributes.style[key] = style[key];
|
wrapper.attributes.style[key] = style[key];
|
||||||
|
Loading…
Reference in New Issue
Block a user