Skip to content

Commit

Permalink
Stop click event propagation on mention link or user card (#12983)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored and rodrigok committed Dec 19, 2018
1 parent 11ae404 commit 6fddd02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rocketchat-ui/client/views/app/room.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const openProfileTabOrOpenDM = (e, instance, username) => {
} else {
openProfileTab(e, instance, username);
}
e.stopPropagation();
};

const mountPopover = (e, i, outerContext) => {
Expand Down

0 comments on commit 6fddd02

Please sign in to comment.