This commit is contained in:
Stuart Breckenridge 2021-03-07 15:51:43 +08:00
parent 8dc6e4e332
commit 7a653db1dd
No known key found for this signature in database
GPG Key ID: ED2F112EEA9EF8A5
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ final class DetailWebViewController: NSViewController, WKUIDelegate {
// Use the safe area layout guides if they are available.
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 {
let constraints = [
webView.topAnchor.constraint(equalTo: view.topAnchor),