mirror of https://github.com/vector-im/riot-web
Merge pull request #6508 from SimonBrandner/fix/pill-click/18283
Fix clicking pills inside repliespull/21833/head
commit
0b9c422d47
|
@ -192,7 +192,8 @@ class Pill extends React.Component {
|
|||
});
|
||||
}
|
||||
|
||||
onUserPillClicked = () => {
|
||||
onUserPillClicked = (e) => {
|
||||
e.preventDefault();
|
||||
dis.dispatch({
|
||||
action: Action.ViewUser,
|
||||
member: this.state.member,
|
||||
|
|
Loading…
Reference in New Issue