From 85550bb47873a1548cbdc67f618a8b724b1c6a89 Mon Sep 17 00:00:00 2001 From: Diego Rey Mendez Date: Fri, 22 Feb 2019 07:07:23 -0300 Subject: [PATCH] Fixes pasting links. (#14038) --- 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 f7b6e92c494125..bf5265ecf84cd7 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.