Add FIXME link to #6828
This commit is contained in:
parent
626a1550dc
commit
f9f697298d
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ const createGuest = function (embedder, params) {
|
||||||
})
|
})
|
||||||
|
|
||||||
// Notify guest of embedder window visibility when it is ready
|
// Notify guest of embedder window visibility when it is ready
|
||||||
|
// FIXME Remove once https://github.com/electron/electron/issues/6828 is fixed
|
||||||
guest.on('dom-ready', function () {
|
guest.on('dom-ready', function () {
|
||||||
const guestInstance = guestInstances[guestInstanceId]
|
const guestInstance = guestInstances[guestInstanceId]
|
||||||
if (guestInstance != null && guestInstance.visibilityState != null) {
|
if (guestInstance != null && guestInstance.visibilityState != null) {
|
||||||
|
|
Loading…
Reference in a new issue