diff --git a/packages/rich-text/src/component/index.native.js b/packages/rich-text/src/component/index.native.js index b3a7a4a8e0247..5fbd2cf8e0305 100644 --- a/packages/rich-text/src/component/index.native.js +++ b/packages/rich-text/src/component/index.native.js @@ -726,6 +726,7 @@ export class RichText extends Component { isSelected, value: record, onChange: this.onFormatChange, + onFocus: () => {}, } ) } {