Remove probably-unneeded code to set next responder.

This commit is contained in:
Brent Simmons 2019-02-12 18:13:54 -08:00
parent d56b51a15a
commit 28466a3fea
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ final class DetailWebViewController: NSViewController, WKUIDelegate {
if let userAgent = UserAgent.fromInfoPlist() {
webview.customUserAgent = userAgent
}
webview.nextResponder = self
view = webview
}