Refactor history sidebar, reduce thrashing on doc render

This commit is contained in:
Tom Moor
2019-01-19 17:28:32 -08:00
parent babcf4a3f3
commit 5525730272
6 changed files with 58 additions and 40 deletions

View File

@@ -62,6 +62,7 @@ class DocumentLink extends React.Component<Props> {
expanded={showChildren}
label={document.title}
depth={depth}
exact={false}
>
{hasChildren && (
<DocumentChildren column>