mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove probably-unneeded code to set next responder.
This commit is contained in:
@@ -57,7 +57,6 @@ final class DetailWebViewController: NSViewController, WKUIDelegate {
|
||||
if let userAgent = UserAgent.fromInfoPlist() {
|
||||
webview.customUserAgent = userAgent
|
||||
}
|
||||
webview.nextResponder = self
|
||||
view = webview
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user