Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 09e6ea0

Browse files
authored
Merge pull request #1273 from matrix-org/t3chguy/hide_chevron_memberlist_3pid_notarget
suppressOnHover for member entity tiles which have no onClick
2 parents 678a6c5 + c4803c6 commit 09e6ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/MemberList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ module.exports = React.createClass({
333333
return;
334334
}
335335
memberList.push(
336-
<EntityTile key={e.getStateKey()} name={e.getContent().display_name} />
336+
<EntityTile key={e.getStateKey()} name={e.getContent().display_name} suppressOnHover={true} />
337337
);
338338
});
339339
}

0 commit comments

Comments
 (0)