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 (
|
return (
|
||||||
<div className="module-ConversationHeader__header">
|
<div className="module-ConversationHeader__header">
|
||||||
{avatar}
|
{avatar}
|
||||||
<button
|
<div>
|
||||||
type="button"
|
<button
|
||||||
className="module-ConversationHeader__header--clickable"
|
type="button"
|
||||||
onClick={onClick}
|
className="module-ConversationHeader__header--clickable"
|
||||||
>
|
onClick={onClick}
|
||||||
{contents}
|
>
|
||||||
</button>
|
{contents}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue