Add warning not to use browser back button #619
Labels
bug:ux
Unexpected and unintended behavior that is detrimental to the user experience.
documentation
Changes only affect the documentation
quick fix
Minimal planning and/or implementation work required.
type:bug
Defects in shipped code and fixes for those defects
There should be a warning on the bottom of the page not to click the "back" button on the browser (which seems to cause some elements to persist weirdly - not sure if this is expected or a bug) but use the navigator at the top of the app instead.
I'm pretty sure the reason this breaks is that we're manually setting the "currentPage" in the state, when instead we should just implement a getter. I.e.
No good, make go away:
annotation_tool/store/index.js
Line 95 in b8423fb
and
annotation_tool/store/index.js
Lines 871 to 874 in b8423fb
Instead
should either be used directly instead of the store access or be made into a getter and then used everywhere.
The text was updated successfully, but these errors were encountered: