Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RNMobile] Fix for history stack that's is not empty on a fresh start of the editor #15055

Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ export class RichText extends Component {
// we don't want to refresh aztec as no content can have changed from this event
// let's update lastContent to prevent that in shouldComponentUpdate
this.lastContent = this.removeRootTagsProduceByAztec( unescapeSpaces( text ) );
this.props.onChange( this.lastContent );
}

isEmpty() {
Expand Down