Merge pull request #6152 from matrix-org/t3chguy/fix/17571

Fix Stickerpicker context menu
This commit is contained in:
Michael Telatynski 2021-06-07 22:21:19 +01:00 committed by GitHub
commit ced6c43147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 21 deletions

View file

@ -417,6 +417,8 @@ export default class AppTile extends React.Component {
onFinished={this._closeContextMenu}
showUnpin={!this.props.userWidget}
userWidget={this.props.userWidget}
onEditClick={this.props.onEditClick}
onDeleteClick={this.props.onDeleteClick}
/>
);
}