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.
1 parent bd95b07 commit ce3e6c7Copy full SHA for ce3e6c7
src/atoms/Slicer.vue
@@ -361,10 +361,6 @@ const currentRange = computed(() => {
361
const isDragging = ref(false);
362
let initialMouseX = ref(null);
363
364
-const dragThreshold = computed(() => {
365
- return (wrapperWidth.value - 48) / (props.max - props.min);
366
-});
367
-
368
const selectionWidth = computed(() => {
369
return ((wrapperWidth.value - 48) / (props.max - props.min)) * currentRange.value;
370
});
0 commit comments