Skip to content

Commit

Permalink
Add FIXME link to electron#6828
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Jun 14, 2017
1 parent 626a155 commit f9f6972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/browser/guest-view-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const createGuest = function (embedder, params) {
})

// 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 () {
const guestInstance = guestInstances[guestInstanceId]
if (guestInstance != null && guestInstance.visibilityState != null) {
Expand Down

0 comments on commit f9f6972

Please sign in to comment.