mgreminger / EngineeringPaper.xyz

EngineeringPaper.xyz is a web app that makes it easy to create, save, and share engineering calculations.
https://EngineeringPaper.xyz
MIT License
119 stars 8 forks source link

feat: reusing file name when saving #242

Closed mgreminger closed 6 months ago

mgreminger commented 6 months ago

Fixes #238

When File System API is available, replace file when saving an already open file. User can change sheet title to force the file name picker dialog. Additionally, set unsavedChange and autosaveNeeded to false after save so that user is not warned about unsaved changes if navigating away from page without changes after save.