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

Commit c4803c6

Browse files
committed
suppressOnHover for member entity tiles which have no onClick
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 91c96c1 commit c4803c6

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)