Implement HideChildrenInTreeview
This commit is contained in:
parent
e2da3142b5
commit
3e6204e917
6 changed files with 15 additions and 2 deletions
|
@ -124,7 +124,7 @@ export function ElementsSidebar(props: IElementsSidebarProps): JSX.Element {
|
|||
isOpenClasses = props.isHistoryOpen ? 'right-64' : 'right-0';
|
||||
}
|
||||
|
||||
const it = MakeIterator(props.mainContainer);
|
||||
const it = MakeIterator(props.mainContainer, true);
|
||||
const containers = [...it];
|
||||
function Row({
|
||||
index, style
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue