Skip to content

Commit

Permalink
chore: slider popover fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 8, 2025
1 parent bb0b74b commit 19169f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/common/SliderPopover.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
export let formatter = null;
function onValueChange(event) {
value = event.value;
if (onChange) {
value = event.value;
onChange(event.value);
}
}
Expand Down
2 changes: 1 addition & 1 deletion tools

0 comments on commit 19169f1

Please sign in to comment.