history.back() is ignored ? #399
sensiblearts
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure whether this is a bug or I do not yet understand the framework.
I have a line in a (SvelteKit) SPA that calls
window.history.back()
, orhistory.back()
, which works in dev mode, but not when compiled into azig-webui
project.I tried this but see no event pass through for history.back:
Beta Was this translation helpful? Give feedback.
All reactions