Преглед на файлове

fix: 去除多余输出

mtruning преди 3 години
родител
ревизия
6f74838e1e
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/views/chart/ContentEdit/components/EditAlignLine/index.vue

+ 0 - 1
src/views/chart/ContentEdit/components/EditAlignLine/index.vue

@@ -65,7 +65,6 @@ const isComputedLine = computed(() => {
 
 // * 吸附判定
 const isSorption = (selectValue: number, componentValue: number) => {
-  console.log(minDistance.value);
   const isSorption = Math.abs(selectValue - componentValue) <= minDistance.value
   return isSorption
 }