Skip to content

Commit ce3e6c7

Browse files
committed
Modification - Slicer - Remove unused code
1 parent bd95b07 commit ce3e6c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/atoms/Slicer.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,6 @@ const currentRange = computed(() => {
361361
const isDragging = ref(false);
362362
let initialMouseX = ref(null);
363363
364-
const dragThreshold = computed(() => {
365-
return (wrapperWidth.value - 48) / (props.max - props.min);
366-
});
367-
368364
const selectionWidth = computed(() => {
369365
return ((wrapperWidth.value - 48) / (props.max - props.min)) * currentRange.value;
370366
});

0 commit comments

Comments
 (0)