From b51ad36d1cfc15d7de2f195db4ad9741849e4c87 Mon Sep 17 00:00:00 2001 From: Diego Rey Mendez Date: Fri, 22 Feb 2019 01:49:56 -0300 Subject: [PATCH] Fixes pasting links. --- packages/editor/src/components/rich-text/index.native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/src/components/rich-text/index.native.js b/packages/editor/src/components/rich-text/index.native.js index f7b6e92c49412..bf5265ecf84cd 100644 --- a/packages/editor/src/components/rich-text/index.native.js +++ b/packages/editor/src/components/rich-text/index.native.js @@ -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.