mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Fix background blur not being shown on first load
This commit is contained in:
parent
b1c724ad66
commit
6310949bc8
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ class LoggedInView extends React.Component<IProps, IState> {
|
|||
|
||||
OwnProfileStore.instance.on(UPDATE_EVENT, this.refreshBackgroundImage);
|
||||
this.loadResizerPreferences();
|
||||
this.refreshBackgroundImage();
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
|
Loading…
Reference in a new issue