Merge pull request #2051 from matrix-org/dbkr/fix_stickerpicker_persistedelement_usage

Fix stickerpicker PersistedElement usage
pull/21833/head
Bruno Windels 2018-07-11 09:10:27 +01:00 committed by GitHub
commit 4231c08951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}