Merge pull request #5028 from matrix-org/t3chguy/fix/14671

Fix the tag panel context menu
pull/21833/head
Michael Telatynski 2020-07-21 13:26:05 +01:00 committed by GitHub
commit a1effe04ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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} />;