mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
fix comment
This commit is contained in:
parent
108a3088ef
commit
e05200269f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export class SpaceItem extends React.PureComponent<IItemProps, IItemState> {
|
|||
super(props);
|
||||
|
||||
this.state = {
|
||||
collapsed: !props.isNested, // default to collapsed for root items
|
||||
collapsed: !props.isNested, // default to collapsed for root items
|
||||
contextMenuPosition: null,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue