fix #1246, Find modal does not select input text on second Command + F
This commit is contained in:
parent
74e3cc80c0
commit
73eca9254b
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