mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 17:41:31 +03:00
suppressOnHover for member entity tiles which have no onClick
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
91c96c1c27
commit
c4803c6d89
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ module.exports = React.createClass({
|
|||
return;
|
||||
}
|
||||
memberList.push(
|
||||
<EntityTile key={e.getStateKey()} name={e.getContent().display_name} />
|
||||
<EntityTile key={e.getStateKey()} name={e.getContent().display_name} suppressOnHover={true} />
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue