쓰잘데기 없는 코드 제거

This commit is contained in:
yoosangwook 2024-07-02 14:33:27 +09:00
parent 2eba4d6279
commit 364d32e349

View File

@ -2,6 +2,7 @@ import { useRef, useState } from 'react'
import QLine from '@/components/fabric/QLine'
import QRect from '@/components/fabric/QRect'
import QPolygon from '@/components/fabric/QPolygon'
import { getStartIndex, rearrangeArray } from '@/app/util/canvas-util'
export const Mode = {
DRAW_LINE: 'drawLine', // 기준선 긋기모드
@ -558,7 +559,6 @@ export function useMode() {
}
}
console.log(newOuterlines)
makePolygon(newOuterlines)
}