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

Undo is global and not per file #457

Open
HB-Stratos opened this issue Feb 1, 2024 · 0 comments
Open

Undo is global and not per file #457

HB-Stratos opened this issue Feb 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@HB-Stratos
Copy link

Replication Steps

  • create a project named p1
  • create a DF in it and save it as 1
  • create a second DF and save it as 2
  • modify the DF named 2 in any way (I created an abs with a const of zero)
  • switch back to the DF 1
  • click undo

--> The undo will now write the contents of the 2 DF into the 1 DF. Undo in an editor should be file specific, not have the ability to overwrite one file with another just by pressing ctrl+z once too often. Thankfully redo can save the day, unless one doesn't notice and switches away. Then one can loose an entire DF.

@misode misode added the bug Something isn't working label Feb 1, 2024
@misode misode changed the title [DF Generator] Undo is global and not per file Undo is global and not per file Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants