@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.
- package/dist/mainProcessMain.js +1 -0
- package/package.json +1 -1
package/dist/mainProcessMain.js
CHANGED
|
@@ -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');
|