@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 +0 -5
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +0 -5
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/renderApp.js
CHANGED
|
@@ -56803,11 +56803,6 @@ function compareNodes({ currentNode, updatedNode, originalTree, differences = []
|
|
|
56803
56803
|
});
|
|
56804
56804
|
});
|
|
56805
56805
|
map.forEach((index, key) => {
|
|
56806
|
-
// If the node count of the entire tree doesn't signify
|
|
56807
|
-
// a node was removed, don't add that as a diff
|
|
56808
|
-
if (!nodeRemoved) {
|
|
56809
|
-
return;
|
|
56810
|
-
}
|
|
56811
56806
|
// Remaining nodes in the map are removed in the second tree
|
|
56812
56807
|
differences.push({
|
|
56813
56808
|
type: TreeAction.REMOVE_NODE,
|