Skip to content
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

bug: history stack persists in the code editor across different cells #1319

Open
jimniels opened this issue Apr 25, 2024 · 0 comments · May be fixed by #1348
Open

bug: history stack persists in the code editor across different cells #1319

jimniels opened this issue Apr 25, 2024 · 0 comments · May be fixed by #1348
Labels
papercut annoying but not the end of the world type: bug something is broken

Comments

@jimniels
Copy link
Collaborator

When you're editing in the code editor, the history stack persists across different code cells.

So if I have the editor open on a python cell and type something, save it, then open another cell and hit "undo", it will revert the change I made in another code cell.

This is really odd. History stack should be on a per-cell basis. If I open a new cell where I haven't edited anything yet, hitting CMD+Z shouldn't do anything.

CleanShot.2024-04-25.at.16.32.55.mp4
@jimniels jimniels added the type: bug something is broken label Apr 25, 2024
@luke-quadratic luke-quadratic added the papercut annoying but not the end of the world label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
papercut annoying but not the end of the world type: bug something is broken
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants