select any existing filter text on ctrl-k

pull/3654/head
Matthew Hodgson 2017-04-20 00:04:08 +01:00
parent a5bd8bd034
commit 1803a0df9e
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ module.exports = React.createClass({
if (ctrlCmdOnly) {
if (this.refs.search) {
this.refs.search.focus();
this.refs.search.select();
}
handled = true;
}