Make URL bar FR when creating new tab, make errors local to tabs only

This commit is contained in:
James Magahern
2021-05-06 16:42:04 -07:00
parent dd11f1c61a
commit 22652ee05f
5 changed files with 20 additions and 11 deletions

View File

@@ -68,6 +68,7 @@ class BrowserView: UIView
convenience init() {
self.init(frame: .zero)
backgroundColor = .systemBackground
addSubview(titlebarView)