mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
Summary: Grist would get stuck in a broken state in certain browsers that enabled the bfcache when the browser back/forward buttons were clicked. Firefox automatically disabled the cache since we listen on the 'beforeunload' event, but Chrome and Safari did not. This change forces a page refresh on pageshow if we detect that Grist was loaded from the bfcache. Test Plan: Tested manually in various browsers. Reviewers: paulfitz Reviewed By: paulfitz Subscribers: paulfitz, jarek Differential Revision: https://phab.getgrist.com/D3151 |
||
|---|---|---|
| .. | ||
| aclui | ||
| components | ||
| lib | ||
| models | ||
| ui | ||
| ui2018 | ||
| widgets | ||
| app.css | ||
| app.js | ||
| declarations.d.ts | ||
| errorMain.ts | ||
| exposeModulesForTests.js | ||
| logo.css | ||
| tsconfig.json | ||