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
Currently, if a file is a brand new (unsaved) file, the Save/Save As prompt has a "Don't Save" button. This is desired when a user attempts to change from a new file to a previously saved file and is prompted to save. However, this is incorrect UI behavior when the user is just using the Save/Save As functionality of the editor. We need to hide the "Don't Save" button when we are not in the "Changing File" mode.