Added link copying abilities and touch support for the context menu
This commit is contained in:
parent
3e75c2a12c
commit
96ebe71cb6
3 changed files with 17 additions and 3 deletions
|
@ -11,7 +11,7 @@ class StashbarMenu extends React.Component {
|
|||
render() {
|
||||
return (
|
||||
<div className="stashbar-menu">
|
||||
<span className="stashbar-action">
|
||||
<span className="stashbar-action" onClick={this.props.contextMenu}>
|
||||
<FontAwesomeIcon icon={faBars} />
|
||||
</span>
|
||||
<span className="stashbar-action">
|
||||
|
|
Reference in a new issue