log 제거

This commit is contained in:
ysCha 2025-11-07 08:32:41 +09:00
parent 97725c1a3d
commit 3c094b3c5a

View File

@ -370,7 +370,7 @@ export default function PlacementShapeSetting({ id, pos = { x: 50, y: 180 }, pla
}}
options={{
allowNegative: false,
allowDecimal: false //(index !== 0),
allowDecimal: true //(index !== 0),
}}
/>
</div>