Skip to content

Commit 082ccc4

Browse files
committed
Focus terminal after closing find widget with mouse
Fixes microsoft#29653
1 parent 9ac6c54 commit 082ccc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export class TerminalFindWidget extends Widget {
149149
className: 'close-fw',
150150
onTrigger: () => {
151151
this.hide();
152+
this._terminalService.getActiveInstance().focus();
152153
},
153154
onKeyDown: (e) => { }
154155
});

0 commit comments

Comments
 (0)