mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-05 05:38:41 +03:00
Content placeholder.
This commit is contained in:
parent
53b590f55e
commit
2bb51bafe1
1 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ export default class MessageComposer extends React.Component {
|
||||||
|
|
||||||
// Stickers
|
// Stickers
|
||||||
if (this.state.showStickers) {
|
if (this.state.showStickers) {
|
||||||
const children = <p>Stickers popover</p>;
|
const stickersContent = <p>Click here to add your first sitckerpack</p>;
|
||||||
hideStickersButton =
|
hideStickersButton =
|
||||||
<div
|
<div
|
||||||
key="controls_hide_stickers"
|
key="controls_hide_stickers"
|
||||||
|
@ -300,7 +300,7 @@ export default class MessageComposer extends React.Component {
|
||||||
onHide={this.onHideStickersClick}
|
onHide={this.onHideStickersClick}
|
||||||
containerStyle={{}}
|
containerStyle={{}}
|
||||||
style={{borderRadius: '5px'}}
|
style={{borderRadius: '5px'}}
|
||||||
children={children}
|
children={stickersContent}
|
||||||
/>
|
/>
|
||||||
</div>;
|
</div>;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue