Merge branch 'develop' into element

This commit is contained in:
Bruno Windels
2020-07-08 18:07:45 +02:00
7 changed files with 118 additions and 48 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 = () => {