You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Don't bubble cancel click to room header.
This commit is contained in:
@@ -329,7 +329,6 @@ module.exports = React.createClass({
|
|||||||
<div className="mx_RoomHeader_rightRow">
|
<div className="mx_RoomHeader_rightRow">
|
||||||
{ settingsButton }
|
{ settingsButton }
|
||||||
<ManageIntegsButton
|
<ManageIntegsButton
|
||||||
onCancelClick={this.props.onCancelClick}
|
|
||||||
roomId={this.props.room.roomId}
|
roomId={this.props.room.roomId}
|
||||||
/>
|
/>
|
||||||
{ forgetButton }
|
{ forgetButton }
|
||||||
|
|||||||
Reference in New Issue
Block a user