보조선 작성 완료 시 선택 안되는 현상 수정

This commit is contained in:
hyojun.choi 2025-07-21 09:42:31 +09:00
parent eb255d5148
commit 553a9340f4

View File

@ -472,7 +472,7 @@ export function useAuxiliaryDrawing(id, isUseEffect = true) {
const line = addLine([mousePointerArr.current[0].x, mousePointerArr.current[0].y, mousePointerArr.current[1].x, mousePointerArr.current[1].y], {
stroke: 'black',
strokeWidth: 1,
selectable: false,
selectable: true,
name: 'auxiliaryLine',
})