Skip to content

Commit 605ee4d

Browse files
etoledommkevins
authored andcommitted
[RNMobile] Release v1.21.0 to master (#19854)
* Adding empty function to RichText children call. (#19818) This fixes a crash originated on this PR: #19536 ` * Disable gallery image size options on mobile (#19828) * Revert "Disable gallery image size options on mobile (#19828)" This reverts commit 47b74aa. Co-authored-by: Matthew Kevins <mkevins@users.noreply.github.com>
1 parent 21936b5 commit 605ee4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rich-text/src/component/index.native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ export class RichText extends Component {
726726
isSelected,
727727
value: record,
728728
onChange: this.onFormatChange,
729+
onFocus: () => {},
729730
} ) }
730731
<RCTAztecView
731732
ref={ ( ref ) => {

0 commit comments

Comments
 (0)