Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Mar 30, 2019
1 parent 520a612 commit 2d20ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/rich-text/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export class RichText extends Component {

const { start, end } = this.createRecord();

this.onSelectionChange( start, end );
this.props.onSelectionChange( start, end );
this.savedSelectionStart = start;
this.savedSelectionEnd = end;

Expand Down

0 comments on commit 2d20ef9

Please sign in to comment.