My current setup involves a Svelte application that includes form content. Whenever a modification is made within the form, an "unsaved change" alert can be triggered upon page refresh. However, when attempting to navigate to a different page using Svelte navigation after making a change in the form, I struggle to manage the unsaved change alert. Is there a way to address this issue using Svelte Navigator?