Skip to content

Commit

Permalink
pass in this child as a prop to Carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Jun 13, 2022
1 parent bd8cb2a commit 8a8edcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Carbon.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Carbon extends React.PureComponent {
<div className="bg" />
</div>

{/* TODO define innerRef in Editor, and pass in this child as a prop to Carbon */}
{/* TODO pass in this child as a prop to Carbon */}
<WidthHandler
innerRef={this.props.innerRef}
onChange={this.props.updateWidth}
Expand Down

0 comments on commit 8a8edcf

Please sign in to comment.