@glimt/record 0.0.86 → 0.0.87

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/record.cjs CHANGED
@@ -1695,7 +1695,7 @@ function serializeElementNode(n2, options) {
1695
1695
  try {
1696
1696
  const { bottom, left, right, top, x: x2, y, width, height } = n2.getBoundingClientRect();
1697
1697
  attributes = {
1698
- class: attributes.class,
1698
+ ...attributes,
1699
1699
  c_rr_top: `${top}px`,
1700
1700
  c_rr_left: `${left}px`,
1701
1701
  c_rr_bottom: `${bottom}px`,