Skip to content

Commit

Permalink
changed name from subblockFn to subblockProps
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jun 23, 2020
1 parent 7664e12 commit b937c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SubblocksEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class SubblocksEdit extends Component {
isSubblockSelected = (subindex) => {
return this.props.selected && this.state.subIndexSelected === subindex
}
subblockFn = {
subblockProps = {
block: this.props.block,
onSubblockChangeFocus: this.onSubblockChangeFocus,
onChangeBlock: this.onChangeSubblocks,
Expand Down

0 comments on commit b937c3b

Please sign in to comment.