Skip to content

Commit

Permalink
fix(svelte): link should have touch ripple disabled by default
Browse files Browse the repository at this point in the history
fixes #112
  • Loading branch information
nolimits4web committed Apr 14, 2023
1 parent a3b9e2e commit 2b8822c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svelte/components/Link.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
export let tabbar = false;
export let tabbarActive = false;
export let touchRipple = true;
export let touchRipple = false;
export let onClick = undefined;
Expand Down

0 comments on commit 2b8822c

Please sign in to comment.