dev #557

Merged
ysCha merged 10 commits from dev into prd-deploy 2026-01-07 17:53:52 +09:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6872c6bb16 - Show all commits

View File

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

View File

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