Skip to content

Commit b2817e4

Browse files
authored
you are an idiot.com
1 parent d38b7a1 commit b2817e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/sound-editor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ class SoundEditor extends React.Component {
479479

480480
const input = document.createElement("input");
481481
input.style = "text-align: center;width: 40px;border: solid 1px gray;border-radius: 10px;";
482-
input.type = "number";{ min: -360, max: 360, step: 1, value: 0 }
482+
input.type = "number";
483483
input.min = params.min;
484484
input.max = params.max;
485485
input.step = params.step;

0 commit comments

Comments
 (0)