whtwnd / whitewind-blog

Repository to manage WhiteWind atproto blogging platform codes
GNU Affero General Public License v3.0
39 stars 3 forks source link

prevent page transition if not saved on ios #4

Closed K-Nksm closed 4 months ago

K-Nksm commented 4 months ago

iOS has a bug that beforeunload does not work. In this PR, to prevent unintentional leave from editor page while there is unsaved edits, pagehide event listener is registered.