mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 20:47:27 +03:00
meta: force dev stream deploy
This commit is contained in:
parent
2b3b5289fa
commit
ced3d7a079
@ -90,7 +90,7 @@ class App extends React.Component {
|
|||||||
this.themeWatcher.onchange = this.updateTheme;
|
this.themeWatcher.onchange = this.updateTheme;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// Something about how the store works doesn't like changing it
|
// Something about how the store works doesn't like changing it
|
||||||
// before the app has actually rendered, hence the timeout
|
// before the app has actually rendered, hence the timeout.
|
||||||
this.updateTheme(this.themeWatcher);
|
this.updateTheme(this.themeWatcher);
|
||||||
}, 500);
|
}, 500);
|
||||||
this.api.local.getBaseHash();
|
this.api.local.getBaseHash();
|
||||||
|
Loading…
Reference in New Issue
Block a user