mirror of
https://github.com/maunium/stickerpicker
synced 2025-02-21 06:35:45 +00:00
Properly mark as loading on reload
This commit is contained in:
parent
f59406a47a
commit
5f77171bdd
@ -148,6 +148,7 @@ class App extends Component {
|
|||||||
this.setState({
|
this.setState({
|
||||||
packs: defaultState.packs,
|
packs: defaultState.packs,
|
||||||
filtering: defaultState.filtering,
|
filtering: defaultState.filtering,
|
||||||
|
loading: true,
|
||||||
})
|
})
|
||||||
this._loadPacks(true)
|
this._loadPacks(true)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user