Compare commits
No commits in common. "d2aa31c68dde82bbea3208fdabec2e7124b5a01b" and "4fded8b836a96ba0a918e1ec9f476cd0a5814d5b" have entirely different histories.
d2aa31c68d
...
4fded8b836
@ -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: true,
|
||||
selectable: false,
|
||||
name: 'auxiliaryLine',
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user