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
If the user makes any changes to files/file and does not save them, the user should be notified when closing the browser tab that these changes may be lost.
Note: It is important to show this warning only if the Web IDE actually has unsaved files in the active project
confirm("You will lose unsaved changes")
Now a user can close the tab and lose their unsaved changes
The text was updated successfully, but these errors were encountered:
If the user makes any changes to files/file and does not save them, the user should be notified when closing the browser tab that these changes may be lost.
Note: It is important to show this warning only if the Web IDE actually has unsaved files in the active project
Now a user can close the tab and lose their unsaved changes
The text was updated successfully, but these errors were encountered: