Propagate settings in the tree

This commit is contained in:
Thomas Nordquist
2019-07-11 17:14:43 +02:00
parent 167f0b39e0
commit 175aeea468
2 changed files with 4 additions and 4 deletions

View File

@@ -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) => ({