This commit is contained in:
commit
954ef72cb7
1 changed files with 3 additions and 0 deletions
|
@ -2097,6 +2097,9 @@ export class Message extends React.PureComponent<Props, State> {
|
|||
? 'module-message__reactions--outgoing'
|
||||
: 'module-message__reactions--incoming'
|
||||
)}
|
||||
onDoubleClick={ev => {
|
||||
ev.stopPropagation();
|
||||
}}
|
||||
>
|
||||
{toRender.map((re, i) => {
|
||||
const isLast = i === toRender.length - 1;
|
||||
|
|
Loading…
Reference in a new issue