You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to close a dirty untitled editor, cancelling the file-saving dialog incorrectly closes the editor. The correct behavior would be to leave the dirty editor opened.
Demo:
Steps to Reproduce:
Open Theia application.
Create a new untitled text file (File -> New Text File or Alt+N).
Try to close the editor by pressing the X or Alt+W.
The file saving dialog should appear -> Press Cancel.
The editor is incorrectly closed.
Additional Information
Operating System: Windows 10
Theia Version: 1.40
The text was updated successfully, but these errors were encountered:
Bug Description:
When trying to close a dirty untitled editor, cancelling the file-saving dialog incorrectly closes the editor. The correct behavior would be to leave the dirty editor opened.
Demo:
Steps to Reproduce:
File
->New Text File
orAlt+N
).X
orAlt+W
.Cancel
.Additional Information
The text was updated successfully, but these errors were encountered: