diff --git a/App/Browser View/BrowserViewController.swift b/App/Browser View/BrowserViewController.swift index 6f08721..ac74c67 100644 --- a/App/Browser View/BrowserViewController.swift +++ b/App/Browser View/BrowserViewController.swift @@ -264,7 +264,8 @@ class BrowserViewController: UIViewController guard let currentURL = webView.url else { return } guard let archiveURL = URL(string: "https://archive.today/\(currentURL.absoluteString)") else { return } - tab.beginLoadingURL(archiveURL) + // Open in new tab: + createNewTab(withURL: archiveURL) documentControls.dismiss(animated: true, completion: nil) }, for: .touchUpInside)