-
Notifications
You must be signed in to change notification settings - Fork 19
AutoSave Feature
Aravinth Bheemaraj edited this page Sep 28, 2023
·
2 revisions
To prevent users from losing data they have been working on, Chitralekha has an Autosave function every minute. This is to ensure that even in case of an unexpected shut down or if the user forgets to click on save before leaving the page, all data up until a minute before the page closed, would be saved.
In addition to an Autosave every minute, Autosave is also called in the following instances:
- Upon switching between tabs
- Upon closing the Chitralekha tab
- Upon minimising of the browser window
- Upon switching between browsers
- Upon closing of the browser window