We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I open some file A.cljs, and then immediately switch to file B.cljs, then press undo, the buffer switches back to A.cljs.
A.cljs
B.cljs
This is doubly wrong since the rest of the IDE show the information for B.cljs.
The buffers undo list should be cleared on file changes.
The text was updated successfully, but these errors were encountered:
(Or better yet, kept in association with each file, so undo history can persist even after file switches.
Sorry, something went wrong.
No branches or pull requests
If I open some file
A.cljs
, and then immediately switch to fileB.cljs
, then press undo, the buffer switches back toA.cljs
.This is doubly wrong since the rest of the IDE show the information for
B.cljs
.The buffers undo list should be cleared on file changes.
The text was updated successfully, but these errors were encountered: