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 simply closes the tab or the even the browser, there is no chance for the hook. Therefore I propose to save to localstore upon each significant change.
We found some user uses "backspace" key by mistake when the "content editable" is not active and this make the browser go to the previous page.
Another option would be to intercept the backspace key.. but I'm not sure it would be better (I don't like altering the browser experience... if people wants to use backspace to go back then we'll break their habits.. a beforeunload would simply ask them a confirmation).
We should add some hook so to alert users they are leaving the editor.
The text was updated successfully, but these errors were encountered: