1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Add sidebar collapse button to sidebar while viewing the tags list

Fixes #2097
This commit is contained in:
Robert Weber
2019-09-03 22:31:09 -07:00
committed by Junyoung Choi
parent f4d87f64ae
commit 68175cd71b

View File

@@ -272,6 +272,7 @@ class SideNav extends React.Component {
<div styleName='tagList'>
{this.tagListComponent(data)}
</div>
<NavToggleButton isFolded={isFolded} handleToggleButtonClick={this.handleToggleButtonClick.bind(this)} />
</div>
)
}