mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 06:21:03 +02:00
lint semi
This commit is contained in:
parent
70c1bf3e5c
commit
8679d90703
@ -81,7 +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"})
|
defaultDispatcher.dispatch({action: "focus_room_filter"});
|
||||||
};
|
};
|
||||||
|
|
||||||
private onChange = () => {
|
private onChange = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user