Refactor of the RoomTooltip, so that it is easier to use, and also works with Safari
This commit is contained in:
parent
e7d4ef74d0
commit
4c05edb71b
2 changed files with 5 additions and 6 deletions
|
@ -248,7 +248,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
else if (this.state.hover) {
|
||||
var RoomTooltip = sdk.getComponent("rooms.RoomTooltip");
|
||||
label = <RoomTooltip room={this.props.room}/>;
|
||||
label = <RoomTooltip room={this.props.room} component={this} />;
|
||||
}
|
||||
|
||||
var incomingCallBox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue