@lvce-editor/main-process 6.27.0 → 6.27.1

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.
@@ -7040,6 +7040,7 @@ const disposeWebContentsView = browserViewId => {
7040
7040
  } = instance;
7041
7041
  remove(browserViewId);
7042
7042
  browserWindow.contentView.removeChildView(view);
7043
+ disposeWebContents(view.webContents);
7043
7044
  };
7044
7045
 
7045
7046
  const webContentsViewErrorPath = join(root, 'packages', 'main-process', 'pages', 'error', 'error.html');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/main-process",
3
- "version": "6.27.0",
3
+ "version": "6.27.1",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "electron"