mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
hide sidenav toggle button temporarily
This commit is contained in:
@@ -83,7 +83,7 @@ class SideNav extends React.Component {
|
|||||||
<div styleName='storageList-empty'>No storage mount.</div>
|
<div styleName='storageList-empty'>No storage mount.</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
{false &&
|
||||||
<button styleName='navToggle'
|
<button styleName='navToggle'
|
||||||
onClick={(e) => this.handleToggleButtonClick(e)}
|
onClick={(e) => this.handleToggleButtonClick(e)}
|
||||||
>
|
>
|
||||||
@@ -92,6 +92,7 @@ class SideNav extends React.Component {
|
|||||||
: <i className='fa fa-angle-double-left'/>
|
: <i className='fa fa-angle-double-left'/>
|
||||||
}
|
}
|
||||||
</button>
|
</button>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user