@lvce-editor/main-area-worker 9.1.0 → 9.2.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.
@@ -4545,7 +4545,6 @@ const diffChildren = (oldChildren, newChildren, patches) => {
4545
4545
  patches.push({
4546
4546
  type: NavigateParent
4547
4547
  });
4548
- currentChildIndex = -1;
4549
4548
  }
4550
4549
  // Add remove patches in reverse order (highest index first)
4551
4550
  // This ensures indices remain valid as we remove
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/main-area-worker",
3
- "version": "9.1.0",
3
+ "version": "9.2.0",
4
4
  "description": "Main Area Worker",
5
5
  "repository": {
6
6
  "type": "git",