fix #1246, Find modal does not select input text on second Command + F
This commit is contained in:
parent
3357af6df9
commit
2bd08483de
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ export default function(CodeMirror) {
|
|||
}
|
||||
} else {
|
||||
searchField.focus();
|
||||
searchField.select();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue