1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

add context menu to delete tag

This commit is contained in:
Baptiste Augrain
2018-10-15 08:09:50 +02:00
parent 71ae42056f
commit 1da477d1d1
5 changed files with 64 additions and 4 deletions

View File

@@ -297,7 +297,7 @@ class Main extends React.Component {
onMouseUp={e => this.handleMouseUp(e)}
>
<SideNav
{..._.pick(this.props, ['dispatch', 'data', 'config', 'location'])}
{..._.pick(this.props, ['dispatch', 'data', 'config', 'params', 'location'])}
width={this.state.navWidth}
/>
{!config.isSideNavFolded &&