Fix the ctrl+k shortcut

Fixes https://github.com/vector-im/riot-web/issues/9029
This commit is contained in:
David Baker 2019-03-06 14:53:52 +00:00
parent ce1a985233
commit 3a41206e90
2 changed files with 14 additions and 0 deletions

View file

@ -213,6 +213,7 @@ const LeftPanel = React.createClass({
);
const searchBox = (<SearchBox
enableRoomSearchFocus={true}
placeholder={ _t('Filter room names') }
onSearch={ this.onSearch }
onCleared={ this.onSearchCleared }