Update for focus system
This commit is contained in:
@@ -78,6 +78,7 @@ class URLBar: ReliefButton
|
||||
}), for: [ .editingDidBegin, .editingDidEnd ])
|
||||
textField.keyCommands = [
|
||||
UIKeyCommand(action: #selector(Self.downKeyPressed), input: UIKeyCommand.inputDownArrow)
|
||||
.prioritizeOverSystem()
|
||||
]
|
||||
addSubview(textField)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user