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 we search a word and get result list, if I click on a result a new page is opened, when I click on back button, the result list is disappeared and page is refreshed
Describe the proposed solution
I want to prevent ondestroy when page changed.
Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Could you clarify what you mean by that? Do you want to prevent the user to go back (use beforeNavigate for this)? If not, what exactly should be prevented from being destroyed (if you change pages, it's expected that the contents of the previous page are destroyed)?
Describe the problem
if we search a word and get result list, if I click on a result a new page is opened, when I click on back button, the result list is disappeared and page is refreshed
Describe the proposed solution
I want to prevent ondestroy when page changed.
Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
The text was updated successfully, but these errors were encountered: