mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
select any existing filter text on ctrl-k
This commit is contained in:
parent
a5bd8bd034
commit
1803a0df9e
@ -108,6 +108,7 @@ module.exports = React.createClass({
|
||||
if (ctrlCmdOnly) {
|
||||
if (this.refs.search) {
|
||||
this.refs.search.focus();
|
||||
this.refs.search.select();
|
||||
}
|
||||
handled = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user