mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Remove pointer cursor when clicking on quote won't do anything
This commit is contained in:
@@ -173,6 +173,7 @@ export class Quote extends React.Component<Props, {}> {
|
||||
authorColor,
|
||||
'quote',
|
||||
isFromMe ? 'from-me' : null,
|
||||
!onClick ? 'no-click' : null,
|
||||
);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user