mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
fix onclick for all of room name
This commit is contained in:
parent
ddd8838b24
commit
bd226609d0
1 changed files with 2 additions and 2 deletions
|
@ -170,10 +170,10 @@ module.exports = React.createClass({
|
|||
}
|
||||
|
||||
name =
|
||||
<div className="mx_RoomHeader_name">
|
||||
<div className="mx_RoomHeader_name" onClick={this.props.onSettingsClick}>
|
||||
<div className="mx_RoomHeader_nametext" title={ this.props.room.name }>{ this.props.room.name }</div>
|
||||
{ searchStatus }
|
||||
<div className="mx_RoomHeader_settingsButton" title="Settings" onClick={this.props.onSettingsClick}>
|
||||
<div className="mx_RoomHeader_settingsButton" title="Settings">
|
||||
<TintableSvg src="img/settings.svg" width="12" height="12"/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue