select any existing filter text on ctrl-k
This commit is contained in:
@@ -108,6 +108,7 @@ module.exports = React.createClass({
|
|||||||
if (ctrlCmdOnly) {
|
if (ctrlCmdOnly) {
|
||||||
if (this.refs.search) {
|
if (this.refs.search) {
|
||||||
this.refs.search.focus();
|
this.refs.search.focus();
|
||||||
|
this.refs.search.select();
|
||||||
}
|
}
|
||||||
handled = true;
|
handled = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user