Skip to content

Commit 82a233d

Browse files
author
l
committed
chore: remove changes in slider.svelte that are not related to the topic [pr] (KTibow#193)
1 parent d6332e7 commit 82a233d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/forms/Slider.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
});
6969
</script>
7070

71-
<div class="m3-container {size}" style:--handle={handle - 0.5} style:--anchor-name="--{id}" bind:offsetWidth={containerWidth}>
71+
<div class="m3-container {size}" style:--handle={handle - 0.5} bind:offsetWidth={containerWidth}>
7272
<input
7373
type="range"
7474
oninput={updateValue}

0 commit comments

Comments
 (0)