You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-21 07:42:09 +03:00
Add most of the UI for the new room list's menu button
Incomplete implementation: buttons don't work, some text is missing, etc
This commit is contained in:
@ -452,9 +452,7 @@ class LoggedInView extends React.PureComponent<IProps, IState> {
|
||||
// composer, so CTRL+` it is
|
||||
|
||||
if (ctrlCmdOnly) {
|
||||
dis.dispatch({
|
||||
action: 'toggle_top_left_menu',
|
||||
});
|
||||
dis.fire(Action.ToggleUserMenu);
|
||||
handled = true;
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user