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
If one tries to close an untitled text file, it will stay opened even after saving. The correct behavior would be to close the file once the save is complete.
Bug Demo:
Steps to Reproduce:
Open Theia Application.
Turn off Auto-Save (File -> Auto-Save).
Create a new untitled text file (File -> New Text File or Alt + N).
Close it by pressing on the X or going to File -> Close Editor.
Save the file.
After it is saved, the editor is still opened, it hasn't been closed.
Additional Information
Operating System: Windows 10
Theia Version: 1.40
The text was updated successfully, but these errors were encountered:
Bug Description:
If one tries to close an untitled text file, it will stay opened even after saving. The correct behavior would be to close the file once the save is complete.
Bug Demo:
Steps to Reproduce:
Auto-Save
(File
->Auto-Save
).File
->New Text File
orAlt + N
).X
or going toFile
->Close Editor
.Additional Information
The text was updated successfully, but these errors were encountered: