fix stray brace from conflict resolution
parent
7a346dd8d4
commit
da541bea63
|
|
@ -420,7 +420,6 @@ extension Ghostty {
|
||||||
.onSubmit {
|
.onSubmit {
|
||||||
_ = surfaceView.navigateSearchToNext()
|
_ = surfaceView.navigateSearchToNext()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#if canImport(AppKit)
|
#if canImport(AppKit)
|
||||||
.onExitCommand {
|
.onExitCommand {
|
||||||
if searchState.needle.isEmpty {
|
if searchState.needle.isEmpty {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue