typo
This commit is contained in:
parent
8dc6e4e332
commit
7a653db1dd
|
@ -90,7 +90,7 @@ final class DetailWebViewController: NSViewController, WKUIDelegate {
|
||||||
|
|
||||||
// Use the safe area layout guides if they are available.
|
// Use the safe area layout guides if they are available.
|
||||||
if #available(OSX 11.0, *) {
|
if #available(OSX 11.0, *) {
|
||||||
// These constraints have been removed as they were unsatisfyable after removing NSBox.
|
// These constraints have been removed as they were unsatisfiable after removing NSBox.
|
||||||
} else {
|
} else {
|
||||||
let constraints = [
|
let constraints = [
|
||||||
webView.topAnchor.constraint(equalTo: view.topAnchor),
|
webView.topAnchor.constraint(equalTo: view.topAnchor),
|
||||||
|
|
Loading…
Reference in New Issue