Make conversation header draggable
This commit is contained in:
parent
2930aa002a
commit
c96565c4c9
1 changed files with 9 additions and 7 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue