mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Prevent insertion point bug. Issue ##1204
This commit is contained in:
@@ -44,7 +44,6 @@ class AddFeedViewController: UITableViewController, AddContainerViewControllerCh
|
||||
urlTextField.autocapitalizationType = .none
|
||||
urlTextField.text = initialFeed
|
||||
urlTextField.delegate = self
|
||||
urlTextField.becomeFirstResponder()
|
||||
|
||||
if initialFeed != nil {
|
||||
delegate?.readyToAdd(state: true)
|
||||
|
||||
Reference in New Issue
Block a user