mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
lint semi
This commit is contained in:
parent
70c1bf3e5c
commit
8679d90703
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +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"})
|
||||
defaultDispatcher.dispatch({action: "focus_room_filter"});
|
||||
};
|
||||
|
||||
private onChange = () => {
|
||||
|
|
Loading…
Reference in a new issue