I have a card that links to another space. I have hidden the link (?hidden=true
). When I click on the arrow link, I go to the new space. But there’s a redirect that happens in between, so if I go Back, it stays on the space (adding back the ?hidden=true
to the location). So it takes me two clicks of Back to get back to the previous space.
My expectation is that hitting back would take me back to where I came from (if I’m naive about the hidden link trick).
thanks – ben