Compare commits

..

No commits in common. "8fa230e91a52cfbab1e512661d3721a4e8ccfa95" and "07f8fb24e46d0e10a46f3a9eab3af224d75785c8" have entirely different histories.

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: true, selectable: false,
name: 'auxiliaryLine', name: 'auxiliaryLine',
}) })