hide delete & cancel button on stickers are they weren't visible before

This commit is contained in:
Bruno Windels 2019-02-12 17:01:05 +01:00
parent 92668628ec
commit f189ff54a8
2 changed files with 3 additions and 2 deletions

View file

@ -226,6 +226,7 @@ export default class Stickerpicker extends React.Component {
showTitle={false}
showMinimise={true}
showDelete={false}
showCancel={false}
showPopout={false}
onMinimiseClick={this._onHideStickersClick}
handleMinimisePointerEvents={true}