You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-22 18:41:57 +03:00
Fix the ctrl+k shortcut
Fixes https://github.com/vector-im/riot-web/issues/9029
This commit is contained in:
@ -213,6 +213,7 @@ const LeftPanel = React.createClass({
|
||||
);
|
||||
|
||||
const searchBox = (<SearchBox
|
||||
enableRoomSearchFocus={true}
|
||||
placeholder={ _t('Filter room names') }
|
||||
onSearch={ this.onSearch }
|
||||
onCleared={ this.onSearchCleared }
|
||||
|
Reference in New Issue
Block a user