mirror of https://github.com/vector-im/riot-web
Fix the tag panel context menu
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
4de1645ac7
commit
ae069576f6
|
@ -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…
Reference in New Issue