Propagate settings in the tree
This commit is contained in:
@@ -63,7 +63,7 @@ function TreeNodeSubnodes(props: Props) {
|
||||
})
|
||||
|
||||
return <span className={props.classes.list}>{listItems}</span>
|
||||
}, [alreadyAdded, props.treeNode.lastUpdate, props.theme])
|
||||
}, [alreadyAdded, props.treeNode.lastUpdate, props.theme, props.settings])
|
||||
}
|
||||
|
||||
const styles = (theme: Theme) => ({
|
||||
|
||||
Reference in New Issue
Block a user