Merge pull request #6508 from SimonBrandner/fix/pill-click/18283
Fix clicking pills inside replies
This commit is contained in:
@@ -192,7 +192,8 @@ class Pill extends React.Component {
|
||||
});
|
||||
}
|
||||
|
||||
onUserPillClicked = () => {
|
||||
onUserPillClicked = (e) => {
|
||||
e.preventDefault();
|
||||
dis.dispatch({
|
||||
action: Action.ViewUser,
|
||||
member: this.state.member,
|
||||
|
||||
Reference in New Issue
Block a user