Effect of on:click handlers on Client side Navigation #12702
-
Just to make sure I got everything right before submitting a PR to the documentation, but am I correct in my understanding that any I had one |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That is not the case, but if you add |
Beta Was this translation helpful? Give feedback.
That is not the case, but if you add
stopPropagation
that will of course mess with any mechanism that relies on the event bubbling up the tree. Client-side navigation appears to be one such mechanism.