diff --git a/ts/components/conversation/MessageBody.tsx b/ts/components/conversation/MessageBody.tsx index a68e2622d..81892f53e 100644 --- a/ts/components/conversation/MessageBody.tsx +++ b/ts/components/conversation/MessageBody.tsx @@ -79,7 +79,18 @@ export class MessageBody extends React.Component { }; public renderJsxSelectable(jsx: JSX.Element): JSX.Element { - return {jsx}; + return ( + { + e.preventDefault(); + e.stopPropagation(); + return false; + }} + > + {jsx} + + ); } public render() {