Skip to content

Commit

Permalink
Rerender on selection change to update record
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug committed Dec 13, 2018
1 parent aa3a4a7 commit e9e2419
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/editor/src/components/rich-text/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ export class RichText extends Component {
this.lastEventCount = undefined; // force a refresh on the native side
}

if ( nextState.start !== this.state.start || nextState.end !== this.state.end ) {
return false;
}

return true;
}

Expand Down

0 comments on commit e9e2419

Please sign in to comment.