зеркало из https://github.com/electron/electron.git
Refactor BrowserWindow.fromBrowserView
This commit is contained in:
Родитель
16e636da5a
Коммит
5e62964be1
|
@ -93,7 +93,7 @@ BrowserWindow.fromWebContents = (webContents: WebContents) => {
|
|||
BrowserWindow.fromBrowserView = (browserView: BrowserView) => {
|
||||
const { webContents } = browserView;
|
||||
if (!webContents) return null;
|
||||
return BrowserWindow.fromWebContents(browserView.webContents);
|
||||
return BrowserWindow.fromWebContents(webContents);
|
||||
};
|
||||
|
||||
BrowserWindow.prototype.setTouchBar = function (touchBar) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче