We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a95ac65 + 0d84181 commit 0619a22Copy full SHA for 0619a22
src/RangeSlider.svelte
@@ -1,3 +1,5 @@
1
+<svelte:options immutable={false} />
2
+
3
<script>
4
import { spring } from "svelte/motion";
5
import { createEventDispatcher } from "svelte";
0 commit comments