Skip to content

Commit

Permalink
Merge pull request #22425 from code-dot-org/fix-mc-scrollbuttons
Browse files Browse the repository at this point in the history
Fix scroll buttons in minecraft
  • Loading branch information
Hamms committed May 15, 2018
2 parents 65d9246 + 502ce92 commit dfc9388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/templates/instructions/ScrollButtons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class ScrollButtons extends React.Component {
<button
className="arrow"
ref={(c) => { this.scrollDown = c; }}
key="scrollUp"
key="scrollDown"
onMouseDown={this.scrollStartDown}
style={[
styles.all,
Expand Down

0 comments on commit dfc9388

Please sign in to comment.