File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/renderer/components/properties Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ export default props => {
45
45
RECTANGLE : ( ) => (
46
46
< ColSpan2 >
47
47
< GridAutoColumns >
48
- < RectangleWidth features = { features } />
49
- < Length features = { features } />
50
- < Attitude features = { features } />
48
+ < RectangleWidth features = { features } disabled = { props . disabled } />
49
+ < Length features = { features } disabled = { props . disabled } />
50
+ < Attitude features = { features } disabled = { props . disabled } />
51
51
</ GridAutoColumns >
52
52
</ ColSpan2 >
53
53
) ,
54
- CIRCLE : ( ) => < Radius features = { features } /> ,
55
- CORRIDOR : ( ) => < CorridorWidth features = { features } />
54
+ CIRCLE : ( ) => < Radius features = { features } disabled = { props . disabled } /> ,
55
+ CORRIDOR : ( ) => < CorridorWidth features = { features } disabled = { props . disabled } />
56
56
}
57
57
58
58
return (
You can’t perform that action at this time.
0 commit comments