Skip to content

Commit

Permalink
fixed #7004 - terminal not focusing after exiting search
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Oct 4, 2022
1 parent 12f971d commit 96b3a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tabby-terminal/src/frontends/xtermFrontend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ export class XTermFrontend extends Frontend {

cancelSearch (): void {
this.search.clearDecorations()
this.focus()
}

saveState (): any {
Expand Down

0 comments on commit 96b3a40

Please sign in to comment.