diff --git a/packages/rich-text/src/component/index.js b/packages/rich-text/src/component/index.js index a4f4fd8f220051..b8a11e8aa4bf55 100644 --- a/packages/rich-text/src/component/index.js +++ b/packages/rich-text/src/component/index.js @@ -860,7 +860,7 @@ class RichText extends Component { formats: activeFormats, } ); - this.applyRecord( this.record ); + this.applyRecord( this.record, { domOnly: true } ); } else if ( this.record.start !== selectionStart || this.record.end !== selectionEnd