Skip to content

Commit

Permalink
cherry-pick of bf5e70e
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIXuMuK committed Jun 30, 2021
1 parent 60381c9 commit a2a89d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/richText/RichText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export class RichText extends React.Component<IRichTextProps, IRichTextState> {
<TextField label={strings.TextToDisplayLabel}
value={this.state.insertUrlText}
onChanged={(newValue?: string) => {
if (newValue !== this.state.insertUrl) {
if (newValue !== this.state.insertUrlText) {
this.setState({
insertUrlText: newValue
});
Expand Down

0 comments on commit a2a89d9

Please sign in to comment.