Archive.today opens in new tab

This commit is contained in:
James Magahern
2021-05-25 15:42:42 -07:00
parent 25e5fa563c
commit f348878b1e

View File

@@ -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)