mirror of
https://github.com/maunium/stickerpicker
synced 2024-11-11 03:44:10 +00:00
Properly mark as loading on reload
This commit is contained in:
parent
f59406a47a
commit
5f77171bdd
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ class App extends Component {
|
|||
this.setState({
|
||||
packs: defaultState.packs,
|
||||
filtering: defaultState.filtering,
|
||||
loading: true,
|
||||
})
|
||||
this._loadPacks(true)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue