Merge pull request #1247 from amitch6097/Issue#1246
Fixes Issue#1246, Second Command + F in find modal does not highlight text as expected
This commit is contained in:
commit
b1969b6e81
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ export default function(CodeMirror) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
searchField.focus();
|
searchField.focus();
|
||||||
|
searchField.select();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue