mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 15:55:00 +03:00
groups: preload spinner asset
This commit is contained in:
parent
c873c4d01b
commit
d03dcd8289
@ -22,6 +22,10 @@ export class Root extends Component {
|
||||
store.setStateHandler(this.setState.bind(this));
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
new Image().src = "/~groups/img/Spinner.png";
|
||||
}
|
||||
|
||||
render() {
|
||||
const { props, state } = this;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user