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
Can use beforeunload event to detect leaving the page with unsaved changes. Unfortunately this is kind of tricky and to do it properly will probably require switching away from the window.location.hash-based navigation method.
Low priority for now because Pastedown isn't intended to be used for composition (it's for pasting!).
The text was updated successfully, but these errors were encountered:
Can use
beforeunload
event to detect leaving the page with unsaved changes. Unfortunately this is kind of tricky and to do it properly will probably require switching away from thewindow.location.hash
-based navigation method.Low priority for now because Pastedown isn't intended to be used for composition (it's for pasting!).
The text was updated successfully, but these errors were encountered: