Skip to content

Commit

Permalink
fix(CellEditor): No max on radius
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Apr 27, 2018
1 parent 8e524fb commit 427da34
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 427da34

Please sign in to comment.