mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Focus the terminal after closing search
This commit is contained in:
parent
aee1e83885
commit
a3ca91d593
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ const {getDecoratedKeymaps} = remote.require('./plugins') as typeof import('../a
|
|||
let commands: Record<string, (event: any, dispatch: HyperDispatch) => void> = {
|
||||
'editor:search-close': (e, dispatch) => {
|
||||
dispatch(closeSearch(undefined, e));
|
||||
window.focusActiveTerm();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue