Compare commits

..

2 Commits

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], { const line = addLine([mousePointerArr.current[0].x, mousePointerArr.current[0].y, mousePointerArr.current[1].x, mousePointerArr.current[1].y], {
stroke: 'black', stroke: 'black',
strokeWidth: 1, strokeWidth: 1,
selectable: false, selectable: true,
name: 'auxiliaryLine', name: 'auxiliaryLine',
}) })