Merge pull request '보조선 작성 완료 시 선택 안되는 현상 수정' (#220) from dev into dev-deploy
Reviewed-on: #220
This commit is contained in:
commit
d2aa31c68d
@ -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',
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user