Currently, the Client always saves the current document, even if no edits were made. This means that files that the user didn't edit are sometimes still edited, which is poor UI design. It's also inefficient to save documents that don't need to be saved.
Fix the code to only save on close when an edit is pending.
Currently, the Client always saves the current document, even if no edits were made. This means that files that the user didn't edit are sometimes still edited, which is poor UI design. It's also inefficient to save documents that don't need to be saved.
Fix the code to only save on close when an edit is pending.