Fix the tag panel context menu
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4de1645ac7
commit
ae069576f6
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ export default createReactClass({
|
||||||
<AccessibleButton
|
<AccessibleButton
|
||||||
className="mx_TagTile_context_button"
|
className="mx_TagTile_context_button"
|
||||||
onClick={this.openMenu}
|
onClick={this.openMenu}
|
||||||
ref={this.props.contextMenuButtonRef}
|
inputRef={this.props.contextMenuButtonRef}
|
||||||
>
|
>
|
||||||
{"\u00B7\u00B7\u00B7"}
|
{"\u00B7\u00B7\u00B7"}
|
||||||
</AccessibleButton> : <div ref={this.props.contextMenuButtonRef} />;
|
</AccessibleButton> : <div ref={this.props.contextMenuButtonRef} />;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue