Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fixed tab webView still showing when it should be removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T authored and iccub committed Aug 16, 2021
1 parent 168a09e commit 904072d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/Frontend/Browser/BrowserViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2241,6 +2241,7 @@ extension BrowserViewController: TabManagerDelegate {
}

func tabManager(_ tabManager: TabManager, willRemoveTab tab: Tab) {
tab.webView?.removeFromSuperview()
}

func tabManager(_ tabManager: TabManager, didRemoveTab tab: Tab) {
Expand Down

0 comments on commit 904072d

Please sign in to comment.