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

Closed
jimniels opened this issue Apr 25, 2024 · 0 comments · Fixed by #1348
Closed

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

jimniels opened this issue Apr 25, 2024 · 0 comments · 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
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
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants