mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
e997d091b3
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 |
||
---|---|---|
.. | ||
client | ||
common | ||
gen-server | ||
plugin | ||
server | ||
tsconfig.json |