Skip to content

Commit

Permalink
Removed direction input
Browse files Browse the repository at this point in the history
  • Loading branch information
dkreft committed Nov 13, 2022
1 parent bceffd0 commit 9c57382
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/App/Controls/Controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ export default function Controls({ handleChange, state }) {
defaultValue={ state.shiftAngle }
/>
<br />
Direction:
<input
onChange={ onChange }
type="number"
name="direction"
defaultValue={ state.direction }
/>
<br />
Limit:
<input
onChange={ onChange }
Expand Down

0 comments on commit 9c57382

Please sign in to comment.