Skip to content

Commit

Permalink
Update StringEditor.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 authored Dec 14, 2024
1 parent 648f833 commit cf58c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/survey-creator-react/src/StringEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class SurveyLocStringEditor extends CreatorModelElement<any, any> {
aria-label={this.placeholder || "content editable"}
suppressContentEditableWarning={true}
// style={this.style}
dangerouslySetInnerHTML={htmlValue}
dangerouslySetInnerHTML={this.htmlValue}
onBlur={this.onBlur}
onFocus={this.onFocus}
onKeyDown={this.onKeyDown}
Expand Down

0 comments on commit cf58c6a

Please sign in to comment.