경사 default 설정되어 있어서 defaultValue 제거
This commit is contained in:
parent
85ee69d08a
commit
872817152d
@ -284,7 +284,6 @@ export default function PlacementShapeSetting({ id, pos = { x: 50, y: 180 }, pla
|
|||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
className="input-origin block"
|
className="input-origin block"
|
||||||
defaultValue={4}
|
|
||||||
readOnly={currentRoof?.roofAngleSet !== item.value}
|
readOnly={currentRoof?.roofAngleSet !== item.value}
|
||||||
value={index === 0 ? currentRoof?.pitch : currentRoof?.angle}
|
value={index === 0 ? currentRoof?.pitch : currentRoof?.angle}
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user