Make URL bar FR when creating new tab, make errors local to tabs only
This commit is contained in:
@@ -71,7 +71,6 @@ class URLBar: ReliefButton
|
||||
textField.autocorrectionType = .no
|
||||
textField.autocapitalizationType = .none
|
||||
textField.font = .systemFont(ofSize: 14.0)
|
||||
textField.clearingBehavior = .clearOnInsertionAndShowSelectionTint
|
||||
textField.clearButtonMode = .whileEditing
|
||||
textField.addAction(UIAction(handler: { [unowned self] _ in
|
||||
// Mask view visibility is affected by editing state.
|
||||
|
||||
Reference in New Issue
Block a user