@appsurify-testmap/rrweb-snapshot 2.1.1-alpha.1 → 2.1.1-alpha.2

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.
@@ -1495,6 +1495,7 @@ function serializeNodeWithId(n, options) {
1495
1495
  }
1496
1496
  if (n.nodeType === Node.ELEMENT_NODE) {
1497
1497
  serializedNode.isVisible = isElementVisible(n);
1498
+ serializedNode.isInteractive = isElementInteractive(n);
1498
1499
  }
1499
1500
  }
1500
1501
  mirror.add(n, serializedNode);