mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Double clicking emoji reaction no longer brings up replies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user