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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Reproduced on MacOS Sierra in safe mode in 1.13.1, 1.14.0-beta4, and 1.15.0-dev-9c7d6f1ae when testing for atom/tabs#306:
atom --safe .
create a new file
quit the application
atom --safe .
save the new file created in step 2
modify the file
Expected: modified dot appears in tab, closing tab prompts to save
Actual: no modified dot, tab closes without prompting, changes are lost
If you quit Atom in this state the modifications are correctly preserved in the state store and upon reopening the file now has the correct modified flag value.
The text was updated successfully, but these errors were encountered:
Reproduced on MacOS Sierra in safe mode in 1.13.1, 1.14.0-beta4, and 1.15.0-dev-9c7d6f1ae when testing for atom/tabs#306:
atom --safe .
atom --safe .
Expected: modified dot appears in tab, closing tab prompts to save
Actual: no modified dot, tab closes without prompting, changes are lost
If you quit Atom in this state the modifications are correctly preserved in the state store and upon reopening the file now has the correct modified flag value.
The text was updated successfully, but these errors were encountered: