Fix the ctrl+k shortcut
Fixes https://github.com/vector-im/riot-web/issues/9029
This commit is contained in:
parent
ce1a985233
commit
3a41206e90
2 changed files with 14 additions and 0 deletions
|
@ -213,6 +213,7 @@ const LeftPanel = React.createClass({
|
|||
);
|
||||
|
||||
const searchBox = (<SearchBox
|
||||
enableRoomSearchFocus={true}
|
||||
placeholder={ _t('Filter room names') }
|
||||
onSearch={ this.onSearch }
|
||||
onCleared={ this.onSearchCleared }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue