-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go back link behavior does not make sense #41
Comments
I've confirmed the problem and added a test. I should be able to fix this quite soon. Sorry about the inconvenience! |
Does |
Indeed, it does. Thanks. |
Great! I think |
Description
When traversing down multiple files, pressing backspace to go back does not do what I expect it to. For instance, if I have a directory structure as follows:
And I traverse from index.wiki -> file2 -> file3, and then from file3 I go back, it will bring me to file2. However, upon going back once more, suddenly I am back in file3. Then another press will bring me back to file2 and then finally to index.wiki.
Expected Behavior
I expect the progress to be a stack, where pressing back brings me to the last item that I visted. Like a web browser back button. In this case, going from index.wiki -> file2 -> file3, I expect it to bring me back in the exact reverse order.
The text was updated successfully, but these errors were encountered: