Skip to content

Commit

Permalink
Merge pull request #16 from CASL/celleditor_fixes
Browse files Browse the repository at this point in the history
fix(CellEditor): No max on radius
  • Loading branch information
floryst authored Apr 27, 2018
2 parents 8e524fb + 427da34 commit e3d1d31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/simput/CellEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export default class CellEditor extends React.Component {
className={style.radius}
type="number"
step="0.01"
max={this.state.pinPitch * 0.5}
min="0"
value={radius}
onChange={(e) => this.onRadiusChange(item, e.target.value)}
Expand Down

0 comments on commit e3d1d31

Please sign in to comment.