@contentful/experiences-visual-editor-react 2.0.1-dev-20250709T0933-2fd76b0.0 → 2.0.1-dev-20250711T0819-df67176.0

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/index.js CHANGED
@@ -3115,11 +3115,6 @@ function compareNodes({ currentNode, updatedNode, originalTree, differences = []
3115
3115
  });
3116
3116
  });
3117
3117
  map.forEach((index, key) => {
3118
- // If the node count of the entire tree doesn't signify
3119
- // a node was removed, don't add that as a diff
3120
- if (!nodeRemoved) {
3121
- return;
3122
- }
3123
3118
  // Remaining nodes in the map are removed in the second tree
3124
3119
  differences.push({
3125
3120
  type: TreeAction.REMOVE_NODE,