Implement HideChildrenInTreeview

This commit is contained in:
Eric NGUYEN 2022-09-23 09:34:46 +02:00
parent e2da3142b5
commit 3e6204e917
6 changed files with 15 additions and 2 deletions

View file

@ -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