mirror of https://github.com/vector-im/riot-web
Move sticker picker icon.
parent
b529edb5cc
commit
7f91b47598
|
@ -340,11 +340,11 @@ export default class MessageComposer extends React.Component {
|
||||||
onContentChanged={this.onInputContentChanged}
|
onContentChanged={this.onInputContentChanged}
|
||||||
onInputStateChanged={this.onInputStateChanged} />,
|
onInputStateChanged={this.onInputStateChanged} />,
|
||||||
formattingButton,
|
formattingButton,
|
||||||
|
<Stickerpicker key='stickerpicker_controls_button' room={this.props.room} />,
|
||||||
uploadButton,
|
uploadButton,
|
||||||
hangupButton,
|
hangupButton,
|
||||||
callButton,
|
callButton,
|
||||||
videoCallButton,
|
videoCallButton,
|
||||||
<Stickerpicker key='stickerpicker_controls_button' room={this.props.room} />,
|
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
controls.push(
|
controls.push(
|
||||||
|
|
Loading…
Reference in New Issue