dev #196

Merged
ysCha merged 96 commits from dev into prd-deploy 2025-07-09 17:35:54 +09:00
Showing only changes of commit 745665782c - Show all commits

View File

@ -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 })