1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Focus room filter on openSearch

This commit is contained in:
Jorik Schellekens
2020-07-08 00:25:43 +01:00
parent 1b89e75a5d
commit 70c1bf3e5c

View File

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