Describe the bug
Dialog has event.stopPropagation() click handler that brakes SvelteKit routing. Instead of intercepting links and loading data it always reloads pages.
To Reproduce
Super simplified illustration of the problem:
https://svelte.dev/repl/2422c290d0a5476faa0b969ec5480a28?version=4.2.0
Library version
Tested and it doesn't work both in 1.x and 2.x
Describe the bug
Dialog has event.stopPropagation() click handler that brakes SvelteKit routing. Instead of intercepting links and loading data it always reloads pages.
To Reproduce
Super simplified illustration of the problem:
https://svelte.dev/repl/2422c290d0a5476faa0b969ec5480a28?version=4.2.0
Library version
Tested and it doesn't work both in 1.x and 2.x