Skip to content

Commit

Permalink
Fixes pasting links. (#14038)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez authored and hypest committed Feb 22, 2019
1 parent d5de5f5 commit 85550bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/rich-text/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ export class RichText extends Component {
},
} );
this.lastContent = this.valueToFormat( linkedRecord );
this.lastEventCount = undefined;
this.props.onChange( this.lastContent );

// Allows us to ask for this information when we get a report.
Expand Down

0 comments on commit 85550bb

Please sign in to comment.