- 동선 이동 시 라인 안잡히는 현상 수정
This commit is contained in:
parent
765855b361
commit
745665782c
@ -90,6 +90,7 @@ export function useMovementSetting(id) {
|
||||
wall.baseLines.forEach((line) => {
|
||||
if (type === TYPE.UP_DOWN) {
|
||||
line.set({ selectable: true, visible: true, stroke: '#1083E3', strokeWidth: 5 })
|
||||
line.setCoords()
|
||||
line.bringToFront()
|
||||
} else {
|
||||
line.set({ selectable: false, visible: false })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user