mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Alters Find in Article to escape regex characters by default
This commit is contained in:
@@ -684,6 +684,7 @@ private extension WebViewController {
|
||||
private struct FindInArticleOptions: Codable {
|
||||
var text: String
|
||||
var caseSensitive = false
|
||||
var regex = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user