added the starred item button to the left panel

This commit is contained in:
yaya-usman 2022-07-21 15:53:09 +03:00
parent 38a913488f
commit c5e982f5b0
4 changed files with 46 additions and 2 deletions

View file

@ -527,7 +527,7 @@ export default class RoomSublist extends React.Component<IProps, IState> {
}
private renderMenu(): React.ReactElement {
if (this.props.tagId === DefaultTagID.Suggested) return null; // not sortable
if (this.props.tagId === DefaultTagID.Suggested || this.props.tagId === DefaultTagID.SavedItems ) return null; // not sortable
let contextMenu = null;
if (this.state.contextMenuPosition) {