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

Content lost with CTRL-Z shortcut #73

Open
manoverda opened this issue Sep 12, 2022 · 0 comments
Open

Content lost with CTRL-Z shortcut #73

manoverda opened this issue Sep 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@manoverda
Copy link

Describe the issue
When at least 2 files are opened (in tabs), if you edit on one file, and type "CTRL-Z" shortcut while the other tab is displayed, then its content is fully replaced by the one of the other tab, where the edit was done (with the last modification removed)

To Reproduce (optional)
Steps to reproduce the behavior:

  1. Open 2 files (foo.txt, foo2.txt)
  2. Add different content on the 2 files and save them
  3. Open foo.txt tab, and edit something
  4. Open foo2.txt, hit "CTRL-Z"

Result
It can vary:

  • either the full content of the file is erased, no possibility to recover it (the content is saved, so even closing/opening again, the content is definitely lost!
  • either foo2.txt is replaced by the content of foo.txt before the last modification, here, you can recover the content of the file

Device (please complete the following information):

  • OS: Windows 10
  • Version 2.0.0-rc3
@manoverda manoverda added the bug Something isn't working label Sep 12, 2022
@manoverda manoverda changed the title Content lost with CTRL-Z shortcut on windows Content lost with CTRL-Z shortcut Sep 12, 2022
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