Fixes Issue#1246, Second Command + F in find modal does not highlight text as expected
This commit is contained in:
Cassie Tarakajian 2020-01-28 16:42:35 -05:00 committed by GitHub
commit b1969b6e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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