Restore stickyness of …

This commit is contained in:
Tom Moor
2018-05-06 00:06:36 -07:00
parent b37241229c
commit c3d7f0785c
2 changed files with 5 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ class CollectionLink extends React.Component<Props> {
history={history}
collectionId={collection.id}
activeClassName="activeDropZone"
menuOpen={this.menuOpen}
>
<SidebarLink
key={collection.id}
@@ -50,6 +49,7 @@ class CollectionLink extends React.Component<Props> {
iconColor={collection.color}
expand={expanded}
hideExpandToggle
menuOpen={this.menuOpen}
expandedContent={
<CollectionChildren column>
{collection.documents.map(document => (