mirror of https://github.com/vector-im/riot-web
Fix stickerpicker PersistedElement usage
Earlier PR changed the prop to persistKey in PersistedElement but containerId here, so this was ending up as 'undefined'.pull/21833/head
parent
b482a4cdd3
commit
25e453badd
|
@ -215,7 +215,7 @@ export default class Stickerpicker extends React.Component {
|
|||
width: this.popoverWidth,
|
||||
}}
|
||||
>
|
||||
<PersistedElement containerId="mx_persisted_stickerPicker" style={{zIndex: STICKERPICKER_Z_INDEX}}>
|
||||
<PersistedElement persistKey="stickerPicker" style={{zIndex: STICKERPICKER_Z_INDEX}}>
|
||||
<AppTile
|
||||
collectWidgetMessaging={this._collectWidgetMessaging}
|
||||
id={stickerpickerWidget.id}
|
||||
|
|
Loading…
Reference in New Issue