@webqit/oohtml 5.0.11 → 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.lite.js CHANGED
@@ -4438,7 +4438,7 @@ function realtime(config) {
4438
4438
  cleanupBinding(entry, attrName, () => entry.getAttribute(attrName));
4439
4439
  });
4440
4440
  record.entrants.forEach((entry) => {
4441
- if (!entry.hasAttribute(attrName))
4441
+ if (!entry.hasAttribute(attrName) || entry.hasAttribute("namespaceesc"))
4442
4442
  return;
4443
4443
  setupBinding(entry, attrName, () => entry.getAttribute(attrName));
4444
4444
  });