Merge pull request #5028 from matrix-org/t3chguy/fix/14671
Fix the tag panel context menu
This commit is contained in:
commit
a1effe04ad
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ export default createReactClass({
|
|||
<AccessibleButton
|
||||
className="mx_TagTile_context_button"
|
||||
onClick={this.openMenu}
|
||||
ref={this.props.contextMenuButtonRef}
|
||||
inputRef={this.props.contextMenuButtonRef}
|
||||
>
|
||||
{"\u00B7\u00B7\u00B7"}
|
||||
</AccessibleButton> : <div ref={this.props.contextMenuButtonRef} />;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue