fix #1246, Find modal does not select input text on second Command + F

This commit is contained in:
amitch6097 2020-01-23 19:50:28 -05:00
parent 3357af6df9
commit 2bd08483de
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ export default function(CodeMirror) {
}
} else {
searchField.focus();
searchField.select();
}
}