Problem
When opening a new Excalidraw file while another file is already open, the application switches to the new file without warning. Any unsaved changes in the previously opened file are lost.
( This may be out of this repository scope and I don't know whether this is even possible but it would be nice to have feature. )
Steps to reproduce:
- Open an Excalidraw file and make some edits (don't save)
- Open a different Excalidraw file
- The app switches to the new file and unsaved changes from step 1 are lost
Expected behavior
The application should either:
- Automatically save the current file before opening a new one
- Show a dialog asking "Save changes before opening new file?" with options to Save, Don't Save, or Cancel
Related issues
Problem
When opening a new Excalidraw file while another file is already open, the application switches to the new file without warning. Any unsaved changes in the previously opened file are lost.
( This may be out of this repository scope and I don't know whether this is even possible but it would be nice to have feature. )
Steps to reproduce:
Expected behavior
The application should either:
Related issues