don't inherit isBrowserView for spawned child windows

This commit is contained in:
Shelley Vohr 2018-02-01 00:09:37 -05:00
parent 67196bdd3e
commit db6d84de74
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -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