Merge pull request #4923 from matrix-org/joriks/room-list-focus-search

Focus room filter on openSearch
pull/21833/head
Jorik Schellekens 2020-07-08 15:20:08 +01:00 committed by GitHub
commit fb6791e221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ export default class RoomSearch extends React.PureComponent<IProps, IState> {
private openSearch = () => {
defaultDispatcher.dispatch({action: "show_left_panel"});
defaultDispatcher.dispatch({action: "focus_room_filter"});
};
private onChange = () => {