@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.
@@ -1971,7 +1971,7 @@ function realtime(config) {
1971
1971
  cleanupBinding(entry, attrName, () => entry.getAttribute(attrName));
1972
1972
  });
1973
1973
  record.entrants.forEach((entry) => {
1974
- if (!entry.hasAttribute(attrName))
1974
+ if (!entry.hasAttribute(attrName) || entry.hasAttribute("namespaceesc"))
1975
1975
  return;
1976
1976
  setupBinding(entry, attrName, () => entry.getAttribute(attrName));
1977
1977
  });