Optionally hide widget popout button.

This commit is contained in:
Richard Lewis 2018-04-25 16:28:27 +01:00
parent 81488b27e2
commit b2d6dd8f6e
2 changed files with 6 additions and 2 deletions

View file

@ -174,6 +174,7 @@ export default class Stickerpicker extends React.Component {
showTitle={false}
showMinimise={true}
showDelete={false}
showPopout={false}
onMinimiseClick={this._onHideStickersClick}
handleMinimisePointerEvents={true}
whitelistCapabilities={['m.sticker']}