@webqit/oohtml 5.0.10 → 5.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -11831,7 +11831,7 @@ function realtime(config) {
11831
11831
  cleanupBinding(entry, attrName, () => entry.getAttribute(attrName));
11832
11832
  });
11833
11833
  record.entrants.forEach((entry) => {
11834
- if (!entry.hasAttribute(attrName))
11834
+ if (!entry.hasAttribute(attrName) || entry.hasAttribute("namespaceesc"))
11835
11835
  return;
11836
11836
  setupBinding(entry, attrName, () => entry.getAttribute(attrName));
11837
11837
  });