don't inherit isBrowserView for spawned child windows
This commit is contained in:
parent
67196bdd3e
commit
db6d84de74
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ const mergeOptions = function (child, parent, visited) {
|
|||
|
||||
visited.add(parent)
|
||||
for (const key in parent) {
|
||||
if (key === 'isBrowserView') continue
|
||||
if (!hasProp.call(parent, key)) continue
|
||||
if (key in child) continue
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue