Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Fix some more situations when JCEF previews were not shown
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Mar 22, 2022
1 parent 07c059f commit b889868
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ public class ProjectorCefBrowser @JvmOverloads constructor(
}

override fun ancestorRemoved(event: AncestorEvent?) {
instances.remove(id)

sendShowEvent(false)
}

Expand All @@ -167,8 +165,6 @@ public class ProjectorCefBrowser @JvmOverloads constructor(
}
})

logger.debug { "createdPrjBrowser: ${cefClient.hashCode()}: ${instances.size} : $originalBrowser" }

loadURL(url)
}

Expand Down

0 comments on commit b889868

Please sign in to comment.