Commit 3eff115
committed
Prevents event propagation on toggle button click
Adds `.prevent.stop` modifiers to the click event handler of the toggle button to prevent default browser behavior and stop event propagation.
This ensures that clicking the button does not trigger unintended parent or sibling event listeners (e.g. item click in the GCard).1 parent 5e2a6db commit 3eff115
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments