mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Make conversation header draggable
This commit is contained in:
@@ -749,13 +749,15 @@ export class ConversationHeader extends React.Component<PropsType, StateType> {
|
||||
return (
|
||||
<div className="module-ConversationHeader__header">
|
||||
{avatar}
|
||||
<button
|
||||
type="button"
|
||||
className="module-ConversationHeader__header--clickable"
|
||||
onClick={onClick}
|
||||
>
|
||||
{contents}
|
||||
</button>
|
||||
<div>
|
||||
<button
|
||||
type="button"
|
||||
className="module-ConversationHeader__header--clickable"
|
||||
onClick={onClick}
|
||||
>
|
||||
{contents}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user