@contentful/experiences-visual-editor-react 2.0.1-dev-20250708T1456-b79aa28.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/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,
|