File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4646- Crash on macOS 26 when opening SQL Preview (NSColor.cgColor calls deprecated colorSpaceName)
4747- Connection form: ` usePrivateKey=true ` from URL no longer disables Test/Create buttons
4848- Transient connections from URL clean up keychain entries on connection failure
49+ - Native Search Field focus regression when clearing text
4950
5051## [ 0.36.0] - 2026-04-27
5152
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ struct NativeSearchField: NSViewRepresentable {
6060
6161 func searchFieldDidEndSearching( _ sender: NSSearchField ) {
6262 text. wrappedValue = " "
63- sender. window? . makeFirstResponder ( nil )
6463 }
6564
6665 func control( _ control: NSControl , textView: NSTextView , doCommandBy commandSelector: Selector ) -> Bool {
You can’t perform that action at this time.
0 commit comments