배치면 그리기, 외벽선 그리기 각도 문제 해결

This commit is contained in:
hyojun.choi 2026-01-07 10:12:25 +09:00
parent bff666914c
commit 6872c6bb16
2 changed files with 2 additions and 2 deletions

View File

@ -812,7 +812,7 @@ export function useOuterLineWall(id, propertiesId) {
if (points.length === 0) {
return
}
enterCheck(e)
// enterCheck(e)
const key = e.key
switch (key) {
case 'Enter': {

View File

@ -815,7 +815,7 @@ export function usePlacementShapeDrawing(id) {
if (points.length === 0) {
return
}
enterCheck(e)
// enterCheck(e)
const key = e.key
switch (key) {
case 'Enter': {