mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Focus room filter on openSearch
This commit is contained in:
parent
1b89e75a5d
commit
70c1bf3e5c
1 changed files with 1 additions and 0 deletions
|
@ -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 = () => {
|
||||||
|
|
Loading…
Reference in a new issue