mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Adds keyboard shortcut for "Find in Article" (iOS)
This commit is contained in:
@@ -343,7 +343,7 @@ extension ArticleViewController {
|
||||
])
|
||||
}
|
||||
|
||||
@objc func beginFind(_ notification: Notification) {
|
||||
@objc func beginFind(_ _: Any? = nil) {
|
||||
searchBar.isHidden = false
|
||||
navigationController?.setToolbarHidden(true, animated: true)
|
||||
currentWebViewController?.additionalSafeAreaInsets.bottom = searchBar.frame.height
|
||||
|
||||
Reference in New Issue
Block a user