XFA - Correctly bind global data (bug 1718725)

This commit is contained in:
Calixte Denizet 2021-07-07 16:16:21 +02:00
parent b2b7806cab
commit 778800a53a
5 changed files with 14 additions and 16 deletions

View file

@ -15,7 +15,6 @@
import {
$appendChild,
$global,
$namespaceId,
$nodeName,
$onChild,
@ -47,8 +46,6 @@ class Datasets extends XFAObject {
child[$namespaceId] === NamespaceIds.signature.id)
) {
this[name] = child;
} else {
child[$global] = true;
}
this[$appendChild](child);
}