Refactor history sidebar, reduce thrashing on doc render
This commit is contained in:
@@ -62,6 +62,7 @@ class DocumentLink extends React.Component<Props> {
|
||||
expanded={showChildren}
|
||||
label={document.title}
|
||||
depth={depth}
|
||||
exact={false}
|
||||
>
|
||||
{hasChildren && (
|
||||
<DocumentChildren column>
|
||||
|
||||
Reference in New Issue
Block a user