Browse Source
When we start up the app we attempt to fetch the users store settings from IndexedDb by loading up a hidden browser window and execute code within it to connect to and fetch settings from the database. This fix ensures that we properly close out this hidden window once we have fetched the user settings. This resolves an issue that prevented the production build from starting up fully.renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
6 changed files with 59 additions and 12 deletions
@ -0,0 +1,4 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<body>This empty html page is used for internal purposes. See fetchSettings() main.dev.js</body> |
|||
</html> |
Loading…
Reference in new issue