mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Merge pull request #6508 from SimonBrandner/fix/pill-click/18283
Fix clicking pills inside replies
This commit is contained in:
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…
x
Reference in New Issue
Block a user