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, editors using the CommandStack for undo/redo and tracking of saved states can only handle a single binary saved / not saved flag per file, which is generally synced to the server state. It should be possible to track saved state independently for multiple storage locations (e.g., saved on disk vs. saved to server).