You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Content placeholder.
This commit is contained in:
@@ -283,7 +283,7 @@ export default class MessageComposer extends React.Component {
|
||||
|
||||
// Stickers
|
||||
if (this.state.showStickers) {
|
||||
const children = <p>Stickers popover</p>;
|
||||
const stickersContent = <p>Click here to add your first sitckerpack</p>;
|
||||
hideStickersButton =
|
||||
<div
|
||||
key="controls_hide_stickers"
|
||||
@@ -300,7 +300,7 @@ export default class MessageComposer extends React.Component {
|
||||
onHide={this.onHideStickersClick}
|
||||
containerStyle={{}}
|
||||
style={{borderRadius: '5px'}}
|
||||
children={children}
|
||||
children={stickersContent}
|
||||
/>
|
||||
</div>;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user