mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 11:34:15 -05:00
2f99e3ccf1
Fixes https://github.com/overleaf/internal/issues/18144 Browsers use a [bfcache](https://web.dev/articles/bfcache) (Back/forward cache) which restores form data on navigation. Unfortunately, it causes checkbox appearances not to respect our React states. Setting `autoComplete="off"` on checkboxes mitigates this problem. (From https://stackoverflow.com/questions/299811/why-does-the-checkbox-stay-checked-when-reloading-the-page) Another solution could be to set a `Cache-Control: no-store` header, but this might additionnal undesired consequences. GitOrigin-RevId: 7d3cceb1c818ad70de7e806ea6d714ffc8bffb4a |
||
---|---|---|
.. | ||
command-tooltip | ||
figure-modal | ||
paste-html | ||
review-panel | ||
table-generator | ||
toolbar | ||
codemirror-command-tooltip.tsx | ||
codemirror-editor.tsx | ||
codemirror-outline.tsx | ||
codemirror-search-form.tsx | ||
codemirror-search.tsx | ||
codemirror-toolbar.tsx | ||
codemirror-view.tsx | ||
editor-switch.tsx | ||
grammarly-advert.tsx | ||
source-editor.tsx | ||
switch-to-pdf-button.jsx |