Fix clicking pills inside replies
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
dac3eda9e3
commit
f0f2d3621e
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ class Pill extends React.Component {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
onUserPillClicked = () => {
|
onUserPillClicked = (e) => {
|
||||||
|
e.preventDefault();
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: Action.ViewUser,
|
action: Action.ViewUser,
|
||||||
member: this.state.member,
|
member: this.state.member,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue