Skip to content

Commit 68175cd

Browse files
robbawebbaRokt33r
authored andcommitted
Add sidebar collapse button to sidebar while viewing the tags list
Fixes #2097
1 parent f4d87f6 commit 68175cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/main/SideNav/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ class SideNav extends React.Component {
272272
<div styleName='tagList'>
273273
{this.tagListComponent(data)}
274274
</div>
275+
<NavToggleButton isFolded={isFolded} handleToggleButtonClick={this.handleToggleButtonClick.bind(this)} />
275276
</div>
276277
)
277278
}

0 commit comments

Comments
 (0)