From bf5e70eefa7cb0d9b28a2d07fe51c81605217a49 Mon Sep 17 00:00:00 2001 From: Alex Terentiev Date: Wed, 30 Jun 2021 16:19:58 -0700 Subject: [PATCH] fix of #949 --- src/controls/richText/RichText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls/richText/RichText.tsx b/src/controls/richText/RichText.tsx index 89562892c..99b34ed55 100644 --- a/src/controls/richText/RichText.tsx +++ b/src/controls/richText/RichText.tsx @@ -381,7 +381,7 @@ export class RichText extends React.Component { { - if (newValue !== this.state.insertUrl) { + if (newValue !== this.state.insertUrlText) { this.setState({ insertUrlText: newValue });